Merge pull request #8 from sverchdotgov/patch-1

Add pandera and pandas-vet to README
master
Tommy 2022-01-11 18:38:14 +01:00 committed by GitHub
commit e36855cee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -284,3 +284,5 @@ Every video is below.
## (4) Packages
- [datatest](https://github.com/shawnbrown/datatest) - Tools for test driven data-wrangling and data validation (DataFrame, Series, Index, MultiIndex).
- [pandera](https://github.com/pandera-dev/pandera) - A light-weight, flexible, and expressive data validation library for dataframes.
- [pandas-vet](https://github.com/deppen8/pandas-vet) - A plugin for Flake8 that checks pandas code.