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
This is a very early prototype of a library. Some key things are missing:
90
96
91
-
1. Validation of `coords` and `attrs`. These are implemented yet.
97
+
1. Validation of `coords` and `attrs`. These are not implemented yet.
92
98
1. Exceptions: Pandera accumulates schema exceptions and reports them all at once. Currently, we are a eagerly raising `SchemaErrors` when the are found.
93
-
1. Roundtrip schemas to/from JSON and/or YAML format
0 commit comments