alteryx / alteryx/featuretools
Refactor handling of secondary_time_index in normalize_entity
Abierto
refactor
- Lenguaje dominante
- Python
- Estrellas
- 7.7k
- Forks
- 915
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.