alteryx / alteryx/featuretools
Refactor handling of secondary_time_index in normalize_entity
Offen
refactor
- Vorherrschende Sprache
- Python
- Sterne
- 7.7k
- Forks
- 915
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.