Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 913 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 913 Bytes

code-your-own-pandas-pipeline

Fork this repository and code along with me as we build our own Pandas Pipeline!

Project Organization

├── LICENSE
├── Makefile
├── README.md
├── code_your_own_pandas_pipeline
│   └── __init__.py
├── data
│   ├── external
│   ├── interim
│   ├── processed
│   └── raw
├── docs
├── models
├── notebooks
├── pyproject.toml
├── references
├── reports
│   └── figures
├── requirements.txt
├── setup.cfg
└── tests
    ├── __init__.py
    ├── e2e_tests
    │   └── __init__.py
    └── unittests
        └── __init__.py