-
Couldn't load subscription status.
- Fork 4
Change Pandas on Polars package #18
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
Conversation
alinzh
commented
Dec 14, 2024
- change Pandas on Polars package
- update existing tests, add tests for export MPDS
|
Hello @alinzh! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-12-19 18:01:22 UTC |
|
This test is no longer relevant, because an error occurred in an unusual range of received data. Also in the export_MPDS.py I replaced pickle with parquet, since polars does not support pickle |
|
Perhaps it is worth adding path for saving as an optional argument? |
|
@blokhin, can we merge? |
|
@blokhin, these examples were adapted by me for polars in this PR mpds-io/mpds-api#63 . All 7 examples were launched today, works correctly. |