-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
drop fastparquet and use pyarrow. this is required on latest versions of dask #70
Comments
pull request #71 created |
After a series of commits PR #71 provides a working version of pystore. In it's current state master branch and latest pipy package are not usable (at least not with latest versions of parquet and dask). at the very least an update on requirements.txt would be needed with a restriction on pandas and dask version. I have not identified what would be the right combination. This PR has 2 problems:
besides that pystore is now working. @ranaroussi please review this PR @ranaroussi if you need help maintaining this package. I offer as volunteer. |
fix for multi-threading applied on f8e2dfd still making my mind if this is THE fix, or just a step on the right direction @ranaroussi I would appreciate your comments |
any update on this? |
drop default engine fastparquet and implement pyarrow
latest versions of dask use pyarrow as default engine. pandas is heading in the same direction.
The text was updated successfully, but these errors were encountered: