Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.39 KB

README.md

File metadata and controls

47 lines (31 loc) · 2.39 KB

case-basedosdados

Dataviz case using basedosdados, bigquery and geopandas.

Investigating a possible aspect of the relationship between nature and mental health

I have always found being in contact with nature to be beneficial to my wellbeing, and I began to wonder if there might be a correlation between the presence of nature and overall wellbeing. To explore this idea, I decided to use forest area as a proxy for nature presence, and suicide rates as a potential negative proxy for wellbeing. While suicide rates are a poor measure of overall wellbeing due to their low resolution, I believe that this approach may help shed some light on the relationship between nature and mental health.


Project Organization

├── LICENSE
├── README.md                  <- The top-level README for developers using this project (also know as this file!)
├── data
│   ├── input                  <- Data for analysis
│   └── output                 <- Products of the analysis
├── notebooks                  <- Jupyter notebooks
│   └── drafts                 <- Draft jupyter notebooks
└── requirements.txt           <- Packages used in the code

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have the packages on requirements.txt installed. To do that, open the terminal and run:

pip install -U -r requirements.txt

Authors

  • Daniel Brito - Code maker - @dbs-97

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments