Skip to content
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

Closed
antoinecarme opened this issue Mar 19, 2022 · 2 comments
Closed

Internal Dataframes index refactoring #190

antoinecarme opened this issue Mar 19, 2022 · 2 comments
Assignees

Comments

@antoinecarme
Copy link
Owner

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

@antoinecarme
Copy link
Owner Author

Ensure that PyAF is and remains Green #176

antoinecarme added a commit that referenced this issue Mar 19, 2022
Lag generation process optimization #191
@antoinecarme antoinecarme changed the title Internal Datframes index refactoring Internal Dataframes index refactoring Mar 19, 2022
@antoinecarme antoinecarme self-assigned this Mar 19, 2022
antoinecarme added a commit that referenced this issue Mar 19, 2022
Internal Datframes index refactoring #190

Lag generation process optimization #191
@antoinecarme
Copy link
Owner Author

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant