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.
Diese Übung ist Teil des Kurses
Introduction to Data Quality with Great Expectations
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Create Expectation Suite
suite = gx.____(
name="____"
)