CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Introduction to Data Quality with Great Expectations

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Create Expectation Suite
suite = gx.____(
  name="____"
)
Modifier et exécuter le code