-
-
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
Error loading parquet file created by pandas. polars==0.13.1. Working in polars==0.10.5 #2654
Comments
I believe this one is fixed upstream already. I will release tomorrow. |
Thanks for the info. I tried to install from github master, but it said that it is the same version and did not install anything:
|
Sorry about this, I did a large refactor in arrow2 for parquet and the coverage was sup-par. Fixed in jorgecarleitao/arrow2#844 |
No problem. I believe Rust is the right language for python data transformation library. But the amount of things implemented in pandas and other libraries is huge. So I believe finding bugs is also a way to contribute. |
Indeed. Thanks for your contribution. 😉 I will release tonight. 👍 |
Fixed and release on the way. |
Are you using Python or Rust?
Python.
What version of polars are you using?
Error in polars==0.13.1. No error in polars==0.10.5
What operating system are you using polars on?
Windows 10
Describe your bug.
Reading Parquet file created in pandas fails
What are the steps to reproduce the behavior?
There is a workaround that works: "use_pyarrow=True".
The text was updated successfully, but these errors were encountered: