How To Test Your Data With Great Expectations
Great Expectations is an open source data validation and documentation library written in Python. It allows you to establish assertions about your data called Expectations, and validate any data using those Expectations. In this tutorial, you will set up a local deployment of Great Expectations, connect it to your data, create a suite of Expectations, validate a batch of data using those Expectations, and generate a data quality report with the results.