ComeçarComece de graça

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.

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.

# Create Expectation Suite
suite = gx.____(
  name="____"
)
Editar e executar o código