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
Xarray-schema's API is modeled after [Pandera](https://pandera.readthedocs.io/en/stable/). The `DataArraySchema` and `DatasetSchema` objects both have `.validate()` methods.
35
35
@@ -82,7 +82,7 @@ dtype_schama.validate(da.dtype)
82
82
dtype_json = dtype_schama.to_json()
83
83
```
84
84
85
-
# roadmap
85
+
##roadmap
86
86
87
87
This is a very early prototype of a library. Some key things are missing:
0 commit comments