From b9c3697434781d0f16d641ec5598382a41bc3942 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 14 Dec 2020 16:56:27 +0100 Subject: [PATCH] Move notebooks into the research folder --- README.md | 4 ++-- notebooks/00_clean_data.ipynb => research/clean_data.ipynb | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename notebooks/00_clean_data.ipynb => research/clean_data.ipynb (100%) diff --git a/README.md b/README.md index f34cf37..537aa98 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ that iteratively build on each other. ### Data Cleaning The UDP provided its raw data as a PostgreSQL dump. -This [notebook](https://nbviewer.jupyter.org/github/webartifex/urban-meal-delivery/blob/develop/notebooks/00_clean_data.ipynb) +This [notebook](https://nbviewer.jupyter.org/github/webartifex/urban-meal-delivery/blob/develop/research/clean_data.ipynb) cleans the data extensively and maps them onto the [ORM models](https://github.com/webartifex/urban-meal-delivery/tree/develop/src/urban_meal_delivery/db) defined in the `urban-meal-delivery` package @@ -25,7 +25,7 @@ and contains all source code to drive the analyses. Due to a non-disclosure agreement with the UDP, neither the raw nor the cleaned data are published as of now. -However, previews of the data can be seen throughout the [notebooks/](https://github.com/webartifex/urban-meal-delivery/tree/develop/notebooks) folders. +However, previews of the data can be seen throughout the [research/](https://github.com/webartifex/urban-meal-delivery/tree/develop/research) folder. ### Real-time Demand Forecasting diff --git a/notebooks/00_clean_data.ipynb b/research/clean_data.ipynb similarity index 100% rename from notebooks/00_clean_data.ipynb rename to research/clean_data.ipynb