Create a Data Source and Data Asset
In this exercise, you'll practice creating a pandas Data Source and Data Asset. Great Expectations and pandas have already been imported under their standard aliases, gx and pd, respectively.
Bu egzersiz
Introduction to Data Quality with Great Expectations
kursunun bir parçasıdırUygulamalı interaktif egzersiz
Bu örnek kodu tamamlayarak bu egzersizi bitirin.
# Create Data Context
context = gx.____()
# Add Data Source
data_source = context.data_sources.____(
name="my_pandas_datasource"
)
print(data_source)