hgrif / great-expectations-workshop-pydata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%