- Support Python3.6 and pandas 1.8, 1.9
- Does not support Python 3.4 and pandas 1.6, 1.7.
- Add LambdaColumnValidator
- Add IndexValidator
.validate(df)
method is deprecated. Please use.is_valid(df, raise_exception=True)
- Hot fix: cannot include source file
- Python 2.7, 3.2, 3.3, 3.4, 3.5 support
- pandas 0.14, 0.15, 0.16, 0.17 support
- Update support python version
- Update dependencies library version
- Critical bug fix
- Support char type validation
- flake8 testing
Initial release.
- Support integer series validator
- Support float series validator
- Support dataframe validator
- Testing on python2.7 and python 3.4
Create this project.