This project provides data visualizations using Jupyter Notebooks for exploration, Pandas, and Matplotlib to generate insights.
- Miniconda (lightweight Conda installer)
git clone https://github.com/herman-rogers/brasil_data_viz.git
cd brasil_data_vizMake sure you have Miniconda installed. Then, create the project environment using the environment.yml file:
conda env create -f environment.ymlAfter the environment is installed, activate it using:
conda activate brasil_data_viz├── data/
│ └── brasil.xlsx # Cleaned data for analysis
├── notebooks/
│ ├── territories/*.ipynb # Notebooks exploring favela territories
│ ├── policias_data.ipynb # Notebook on police actions and impact
│ └── gac_data.ipynb # Notebook on favelas
├── environment.yml # Conda environment setup file
├── README.md # Project documentation- Open Jupyter Notebooks: In your terminal, navigate to the project folder and run:
jupyter notebook-
Explore the Notebooks: The notebooks are located in the notebooks/ folder:
- territories/*.ipynb: Explore various territories and their data.
- policias_data.ipynb: Data vis for police actions within the favelas.
- gac_data.ipynb: Data vis for favelas.