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. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Partial fix for #7468
We additionally need to allow
param.DataFrameto accept non-pandas DataFrames, either by default or as an option.