great-expectations
Installation
SKILL.md
Great Expectations
Great Expectations (GX) lets you define, run, and document data quality tests. Express expectations about your data ("this column should never be null"), validate against real data, and generate documentation automatically.
Installation
# Install Great Expectations
pip install great_expectations
# Initialize a project
great_expectations init
# Creates great_expectations/ directory with config