Skip to content

hgrif/great-expectations-workshop-pydata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyData Workshop: Keep the Data Flowing

Welcome to our GitHub repository for the PyData workshop!

Intro

We use the python package great_expecations to create expectations for our ingress data. This workshop teaches you the basics on how to implement and use this package.

Installation

Simple

$ python -m pip install -r ./requirements.txt

Virtualenv

$ python3 -m venv great-expectations-workshop

Windows:
$ great-expectations-workshop\Scripts\activate.bat
MacOS/Unix:
$ source great-expectations-workshop/bin/activate

$ python -m pip install -r requirements.txt

Conda

$ conda create -n great-expectations-workshop pip -y
$ conda activate great-expectations-workshop
$ python -m pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%