Skip to content

Commit

Permalink
change graph organization
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineTL committed Dec 20, 2024
1 parent 2b5a6b9 commit 24bf6b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 24bf6b9

Please sign in to comment.