alteryx / alteryx/featuretools
Refactor handling of secondary_time_index in normalize_entity
Aperta
refactor
- Lingua principale
- Python
- Stelle
- 7.7k
- Fork
- 915
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently a new dataframe is created with the secondary time variables, and then joined with dataframe for the new entity:
https://github.com/Featuretools/featuretools/blob/4b6a5a4d38de94a64c08ad15b5b8cefa9954b6df/featuretools/entityset/entityset.py#L762-L776
This means that we are sometimes dropping columns and then re-adding them. Can this be avoided?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.