LoslegenKostenlos loslegen

Create a Batch Definition and Batch

In this exercise, you'll practice building a Batch Definition, and a Batch from that Batch Definition.

You'll be using the same Weather Data from the video, which is located at data_csv_path. You can learn more about the dataset here.

Great Expectations and pandas have already been imported 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.

# Create Batch Definition
batch_definition = data_asset.____(
  name="____"
)
Code bearbeiten und ausführen