LoslegenKostenlos loslegen

Establish string Expectations

In this exercise, you'll practice establishing and validating some string-type Expectations, including parseability Expectations. As with the previous exercise, think critically about the Expectations you create in this exercise and whether or not you think they are befitting of the data.

A Batch connected to the Shein Footwear dataset has already been created and 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.

# View head of DataFrame
print(____)
Code bearbeiten und ausführen