alteryx / alteryx/woodwork

Define DataFrame operations where Schema will always remain valid

Aperta
#545 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
new feature
Lingua principale
Python
Stelle
155
Fork
24
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

- There are some DataFrame operations that will always keep the Schema valid (`sample`, `head`, `copy`, etc) where it could be beneficial to skip the `_get_invalid_schema_message` check.

If we want to save the time spent checking whether the schema is still valid, we can define a set of DataFrame operations that cannot invalidate the schema and, if the `attr` supplied to the Accessor falls into that set, we skip the validation check.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.