Manage a Checkpoint
In this final exercise of the chapter, you'll use the same Renewable Power Generation dataset we used in the video to play around with a Checkpoint.
The Data Context has already been loaded with some Checkpoints. 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
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# List Checkpoints
checkpoints = context.checkpoints.____()
print(checkpoints)