-
Notifications
You must be signed in to change notification settings - Fork 5
Update read_parquet_file_to_pandas
to use nested pandas I/O
#499
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
==========================================
+ Coverage 92.23% 92.32% +0.08%
==========================================
Files 47 47
Lines 1984 1993 +9
==========================================
+ Hits 1830 1840 +10
+ Misses 154 153 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
Is serialization for parquet writing on the docket for this, or is the plan to do that in a later PR (or does it already work? If you're writing closer to the pyarrow side then I suppose there's a decent chance it does) |
Yeah, in LSDB we just use |
No description provided.