You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Polars pydantic integration with format support and native JSON schema generation
- Add pydantic validation for Polars DataFrames and LazyFrames
- Implement DataFrame type conversion from various formats (dict, CSV, JSON, Parquet, Feather)
- Replace pandas dependency with native Polars JSON schema generation
- Support both Pydantic v1 and v2 with appropriate validators
- Add comprehensive test suite for the integration
Signed-off-by: Arkadiusz Halicki <[email protected]>
0 commit comments