LoslegenKostenlos loslegen

Update an Expectation

In the last exercise, the column count Expectation failed. In this exercise, you'll try updating the Expectation and see if it succeeds.

The Renewable Power Generation dataset has been loaded into a Batch, assigned to the variable batch. 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.

# Update Expectation
expectation.____ = 18

# Save Expectation
expectation.____()
Code bearbeiten und ausführen