-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Add support for serializing polars DataFrame #7475
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7475 +/- ##
===========================================
+ Coverage 71.66% 86.72% +15.06%
===========================================
Files 345 346 +1
Lines 52032 52051 +19
===========================================
+ Hits 37287 45143 +7856
+ Misses 14745 6908 -7837 ☔ View full report in Codecov by Sentry. |
My vision for the |
pre-commit.ci autofix |
This change won't do anything yet but it makes sense to merge in anticipation to the coming changes in param. |
Partial fix for #7468
We additionally need to allow
param.DataFrame
to accept non-pandas DataFrames, either by default or as an option.