Skip to content

herman-rogers/brasil_data_viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brasil Data Visualization Project

This project provides data visualizations using Jupyter Notebooks for exploration, Pandas, and Matplotlib to generate insights.


Setup and Installation

Prerequisites

Step 1: Clone the Repository

git clone https://github.com/herman-rogers/brasil_data_viz.git
cd brasil_data_viz

Step 2: Install the Conda Environment

Make sure you have Miniconda installed. Then, create the project environment using the environment.yml file:

conda env create -f environment.yml

Step 3: Activate the Environment

After the environment is installed, activate it using:

conda activate brasil_data_viz

Project Structure

├── 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

How to Use

  1. Open Jupyter Notebooks: In your terminal, navigate to the project folder and run:
jupyter notebook
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published