Skip to content

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

License

Notifications You must be signed in to change notification settings

nhsengland/code_your_own_pandas_pipeline

Repository files navigation

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


About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published