ComeçarComece de graça

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.

Este exercício faz parte do curso

Introduction to Data Quality with Great Expectations

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Copy Expectation
expectation_copy = expectation.____()

# Set New Expectation ID to None
expectation_copy.____ = ____
Editar e executar o código