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
Is your feature request related to a problem? Please describe.
xarray is a project that provides a dict-like data container abstraction for ndimensional arrays. It shares some commonalities with pandas, but there many key differences (e.g. coords and attrs).
After chatting with @jhamman about this approach, we decided it would be appropriate to park xarray-schema within the pandera codebase. This issue tracks the planned integration of xarray-schema into the pandera codebase.
Describe the solution you'd like
A good start for this integration is to add a pandera.xarray module exposing the schema and schema component classes specific to xarray:
TBD adjustments to xarray schema/schema components to fit pandera's validation model.
Describe alternatives you've considered
The main alternative to this integration is to keep xarray-schema as a separate project that's interoperable with pandera. However, given that pandera plans on expanding its scope to validate data containers beyond pandas, it would benefit this project to maintain schema interfaces for multiple (not just pandas-like) data container libraries.
Is your feature request related to a problem? Please describe.
xarray is a project that provides a dict-like data container abstraction for ndimensional arrays. It shares some commonalities with
pandas
, but there many key differences (e.g.coords
andattrs
).After chatting with @jhamman about this approach, we decided it would be appropriate to park
xarray-schema
within the pandera codebase. This issue tracks the planned integration of xarray-schema into thepandera
codebase.Describe the solution you'd like
A good start for this integration is to add a
pandera.xarray
module exposing the schema and schema component classes specific toxarray
:TODO
xarray-schema
codebase intopandera.xarray
Describe alternatives you've considered
The main alternative to this integration is to keep
xarray-schema
as a separate project that's interoperable withpandera
. However, given thatpandera
plans on expanding its scope to validate data containers beyond pandas, it would benefit this project to maintain schema interfaces for multiple (not just pandas-like) data container libraries.Additional context
The text was updated successfully, but these errors were encountered: