ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Introduction to Data Quality with Great Expectations

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# List Checkpoints
checkpoints = context.checkpoints.____()
print(checkpoints)
Editar y ejecutar código