pandera
pandera copied to clipboard
Support polars DataFrames, LazyFrames
Base PR for polars development work
The polars-dev
branch is where development work to add polars support in pandera. The scope of this support is to cover the core pandera API:
- core schemas
- schema components
- built-in and custom checks
- integration with pandera type system
- dataframe models
- function decorators
- configuration for enabling/disabling validation
See here for a more complete picture of the components above, and here for higher-level pieces of work that can be tackled somewhat independently.
Future work will cover the extras
functionality such as serialization/deserialization of schemas to yaml/json or data synthesis strategies (unless there are some eager contributors out there who want to run with it).
Codecov Report
Attention: Patch coverage is 0.73260%
with 271 lines
in your changes are missing coverage. Please review.
Project coverage is 90.71%. Comparing base (
4df61da
) to head (cc9cb6f
). Report is 21 commits behind head on main.
:exclamation: Current head cc9cb6f differs from pull request most recent head d25586c. Consider uploading reports for the commit d25586c to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #1373 +/- ##
==========================================
- Coverage 94.29% 90.71% -3.58%
==========================================
Files 91 102 +11
Lines 7024 7246 +222
==========================================
- Hits 6623 6573 -50
- Misses 401 673 +272
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.