-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Polars vs Pandas forward fill time comparison #20669
Labels
accepted
Ready for implementation
performance
Performance issues or improvements
python
Related to Python Polars
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Yes, we can do much better here. There is lots of duplicate work and no parallelism. Need to change the design a bit, will come back to this. |
yeah sorry for that. It's a remnant of a further test I tried |
This was referenced Jan 12, 2025
After #20689
|
Thanks @ritchie46 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accepted
Ready for implementation
performance
Performance issues or improvements
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
I don't know if this can be considered a bug or an unfair test, in case if not I'm sorry for the issue. I'm trying to do a forward fill on a large dataset (2/3M rows) and it seems that my polars implementation of the forward fill is very slow compared to the old counterpart in Pandas.
Expected behavior
The expected behavior would be a similar performance or even better
Installed versions
The text was updated successfully, but these errors were encountered: