From 24bf6b9e724472d8a611609768af9b3f6469b0fb Mon Sep 17 00:00:00 2001 From: PaulineTL Date: Fri, 20 Dec 2024 18:18:02 +0100 Subject: [PATCH] change graph organization --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 405fcd8..aa7b92f 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,10 @@ The directory structure of new project looks like this: ``` ├── data <- Contains all project data files (where all downloaded files should be) │ ├── cleaned <- Stores all processed and cleaned datasets -│ +│ +│graph <- Contains all the graph visualizations in HTLM for the data story +│ ├── src -│ ├── graph <- Contains all the graph visualizations in HTLM for the data story │ ├── scripts │ │ ├── categorization.py <- Contains the functions for categorizing the dataset (e.g. by ABV, styles) │ │ ├── dataloader.py <- Contains the functions to load the datasets from raw files @@ -117,7 +118,7 @@ The directory structure of new project looks like this: │ │ ├── statistics.py <- Contains the functions for statistical testing and analysis │ ├── data_cleaning.ipynb <- Notebook for exploratory data analysis and data cleaning -├── graph_html.ipynb <- Notebook showing the graph for the datastory +├── graph_html.ipynb <- Notebook showing the graph for the datastory ├── milestoneP2.ipynb <- Notebook showing the results for the milestone P2 ├── milestoneP3.ipynb <- Notebook showing the results for the milestone P3 ├── seasonal_trend_analysis.ipynb <- Notebook containing the detailled analysis over the seasons and years