CommencerCommencer gratuitement

Copy an Expectation

In this exercise, you'll practice copying an Expectation from one Expectation Suite to another, without producing an error. Two Expectation Suites have already been created for you: one called suite and one called new_suite. The Expectation you will copy has been assigned to the variable expectation. 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.

# Copy Expectation
expectation_copy = expectation.____()

# Set New Expectation ID to None
expectation_copy.____ = ____
Modifier et exécuter le code