Change Pandas on Polars package #18
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. |