We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've observed some cases when doing operations natively in Modin is slower than just converting to pandas upfront and then carrying on in pandas
This is the opposite of what we see for other libraries (pyarrow, Polars) where doing operations natively is typically many times faster than converting to pandas and operating in pandas (see https://plotly.com/blog/chart-smarter-not-harder-universal-dataframe-support/ for some examples)
Should we only support Modin at the lazy level? cc @sfc-gh-mvashishtha
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've observed some cases when doing operations natively in Modin is slower than just converting to pandas upfront and then carrying on in pandas
This is the opposite of what we see for other libraries (pyarrow, Polars) where doing operations natively is typically many times faster than converting to pandas and operating in pandas (see https://plotly.com/blog/chart-smarter-not-harder-universal-dataframe-support/ for some examples)
Should we only support Modin at the lazy level? cc @sfc-gh-mvashishtha
The text was updated successfully, but these errors were encountered: