This project aims to read, process and plot real data on firearm-related deaths in Brazil.
Downloadable data: https://www.ipea.gov.br/atlasviolencia/filtros-series/5/bitos-por-armas-de-fogo https://terrabrasilis.dpi.inpe.br/downloads/
Two graphs were plotted: A Heatmap to aggregate all deaths from each state. And another for a specific year. In this case, the year selected was 2020.
- python 3.12.2
- geopandas
- matplotlib
-First, copy and paste into the terminal:
pip install requeriments.txt
-This will install the libs needed to run the graphic
-Then just 'run' the code :>