Skip to content

Python script to deliver graphs and information from world population dataset

Notifications You must be signed in to change notification settings

Rdz10/World_Population

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python script to deliver graphs and information from world population dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages