/World_Population_Dataset_Analysis

Python script to deliver graphs and information from world population dataset

Primary LanguagePython

World Population Project

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.

EN -> To run script is necessary to follow the next commands on terminal:

ES -> Para correr el script es necesario seguir las siguientes instrucciones en la terminal:

    git clone
    python3 -m venv env
    source env/bin/activate
    pip3 install -r requirements.txt
    python3 main.py

Pictures

Main Menu / Menú Principal:

Screenshot from 2023-09-18 13-46-05

Mexico Population Bar Graph / Gráfica de barras de la población de Mexico:

Screenshot from 2023-09-18 13-46-21

Information from "United States" / Información de USA

Screenshot from 2023-09-18 13-47-20

Treemap from World Population using plotly express / Treemap de la Poblacion Mundial utilizando plotly express

Screenshot from 2023-09-18 13-47-52

Update of Dependencies

  • Python 3.12.1
  • Windows 10 22H2
 pip install tk
 pip install matplotlib
 pip install squarify
 pip install pandas
 pip install plotly