alteryx / alteryx/woodwork

Define DataFrame operations where Schema will always remain valid

Aberta
#545 0 comentários 0 reações 0 responsáveis Ver no GitHub
new feature
Linguagem predominante
Python
Estrelas
155
Forks
24
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

- 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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.