diff --git a/README.md b/README.md index 498ca80..1851e35 100644 --- a/README.md +++ b/README.md @@ -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.