Get startedGet started for free

Create an Expectation Suite

Now, you'll practice creating your first Expectation Suite. The Data Context has already been created for you. Great Expectations and pandas are available as gx and pd, respectively.

This exercise is part of the course

Introduction to Data Quality with Great Expectations

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create Expectation Suite
suite = gx.____(
  name="____"
)
Edit and Run Code