great-expectationsEasy Examples

Data quality testing and documentation framework

Getting started with great-expectations

Installation and basic usage of great-expectations.

python
# Install: pip install great-expectations
import great_expectations

# Basic great-expectations usage
print(f"Using great-expectations")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: great_expectations)

great-expectations is a third-party package. Data quality testing and documentation framework. Install with: pip install great-expectations

Common great-expectations operations

Frequently used features of great-expectations.

python
# Install: pip install great-expectations
import great_expectations

# Common great-expectations patterns
print(f"great-expectations version: {great_expectations.__version__}")

These are the most commonly used features of great-expectations in everyday development.

Want to try these examples interactively?

Open Easy Playground