시작하기무료로 시작하기

Expectation Suite 검증하기

이제 Expectation Suite를 만들었으니, 검증해 볼 차례예요! Renewable Power Generation 데이터셋은 이미 batch 변수에 할당된 Batch로 로드되어 있어요. 하나의 Expectation을 담은 Expectation Suite가 생성되어 suite 변수에 할당되어 있고, 해당 Expectation은 expectation 변수에 할당되어 있어요. Great Expectations와 pandas는 각각 gxpd로 사용할 수 있어요.

이 연습은 강의의 일부입니다

Great Expectations로 배우는 데이터 품질 입문

강의 보기

실습형 인터랙티브 연습

이 예제를 이 샘플 코드를 완성하여 풀어보세요.

# Validate Suite
validation_results = batch.____(expect=suite)

# Describe Validation Results
print(validation_results.____())
코드 편집 및 실행