Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Closed
Description
How about using parquet and pyArrow, when read and write files?
Starting with pandas 2.0, using pyArrow reduces file reading time.
Also parquet data type is better performance than pickle.
So I suggest that add new data type(parquet), and new data read functions(pyArrow)at File App.
Thank you