Fork this repository and code along with me as we build our own Pandas Pipeline!
├── 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