Script to explore World Population dataset. Following a command menu is possible to select between diferent options.
Script para explorar dataset de Población Mundial. Seguir las instrucciones del menu para seleccionar entre las diferentes opciones.
git clone
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py
Treemap from World Population using plotly express / Treemap de la Poblacion Mundial utilizando plotly express
- Python 3.12.1
- Windows 10 22H2
pip install tk
pip install matplotlib
pip install squarify
pip install pandas
pip install plotly