multimeric / PandasSchema

A validation library for Pandas data frames using user-friendly schemas
https://multimeric.github.io/PandasSchema/
GNU General Public License v3.0
189 stars 35 forks source link

Support for schemas smaller than the dataframe. #17

Closed oshribr closed 2 years ago

oshribr commented 6 years ago

issue #12

multimeric commented 6 years ago

Good start. Would you mind adding a test for this?

abhilasharevur commented 1 year ago

This option allow_sub_schema is not added to the master branch. Any plans of adding similar functionality?