In a data science project, it is not only important to test your functions, but it is also important to test your data to make sure they work as you expected.
In my latest article, you will learn how to use Pandera to validate a pandas DataFrame in Python.