This repository contains a Python notebook that analyzes data from the Hospital Information System (SIH) of DATASUS. The primary focus is on the {COLUMN_NAME}
column, which in our example indicates the cause of death. The analysis is based on data for the state of {STATE_NAME}
during {MONTH_YEAR}
.
- Dataset: Hospital Information System (SIH) of DATASUS
- Focus:
CID_MORTE
column (Description: cause of death) - Region: State of
{STATE_NAME}
- Time Period:
{MONTH_YEAR}
- Python 3.x
- Jupyter Notebook (if you wish to run the
.ipynb
file)
pysus
: For downloading SIH datanumpy
: For data manipulationplotly
: For data visualization
You can install these dependencies using pip
:
pip install pysus numpy plotly