0.8.0: Integrate with Dask, Koalas, Modin, Pydantic, Mypy #678
cosmicBboy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community Announcements
Pandera now has a discord community! Join us if you need help, want to discuss features/bugs, or help other community members 🤝
Highlights
Schema support for Dask, Koalas, Modin
Excited to announce that
0.8.0
is the first release that adds built-in support for additional dataframe types beyond Pandas: you can now use the exact sameDataFrameSchema
objects orSchemaModel
classes to validate Dask, Modin, and Koalas dataframes.And
DataFramaSchema
objects will work on all dataframe types:Pydantic Integration
pandera.SchemaModel
s are fully compatible with pydantic:Error:
Mypy Integration
Pandera now supports static type-linting of
DataFrame
types with mypy out of the box so you can catch certain classes of errors at lint-time.Enhancements
Bugfixes
Docs Improvements
Testing Improvements
Internals Improvements
Contributors
Big shout out to the following folks for your contributions on this release 🎉🎉🎉
This discussion was created from the release 0.8.0: Integrate with Dask, Koalas, Modin, Pydantic, Mypy.
Beta Was this translation helpful? Give feedback.
All reactions