1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Data Quality with Great Expectations

Connected

Exercise

Create and Run a Validation Definition

Time to create and run your first Validation Definition.

The Renewable Power Generation dataset has already been loaded into a pandas DataFrame dataframe and read into a Batch Definition batch_definition. An Expectation Suite has been created and assigned to the variable suite. Great Expectations and pandas are available as gx and pd, respectively.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a Validation Definition named "my_validation_definition" from your Batch Definition and Expectation Suite.