-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Dataframes index refactoring #190
Labels
Comments
Ensure that PyAF is and remains Green #176 |
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
antoinecarme
added a commit
that referenced
this issue
Mar 19, 2022
Lag generation process optimization #191
Merged
antoinecarme
changed the title
Internal Datframes index refactoring
Internal Dataframes index refactoring
Mar 19, 2022
antoinecarme
added
class:enhancement
priority:high
status:in_progress
topic:Green
Climate-related stuff
labels
Mar 19, 2022
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyAF uses a lot of dataframes internally for each step of the signal decomposition process.
Profiling shows that not all these dataframes are indexed properly, leading sometimes to performance issues (merge, re-indexing takes time).
Revisit all the code and use the proper index for each dataframe.
Release date : 2022-07-14
The text was updated successfully, but these errors were encountered: