LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Introduction to Data Quality with Great Expectations

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# List Checkpoints
checkpoints = context.checkpoints.____()
print(checkpoints)
Code bearbeiten und ausführen