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

Avoid Value error with text fields using InRangeValidation. #30

Closed cnarvaa closed 4 years ago

cnarvaa commented 4 years ago

…RangeValidation. Changes

TODO: A question in the test validation.

cnarvaa commented 4 years ago

@TMiguelT the changes were made.

multimeric commented 4 years ago

Looks good! Thanks.