Skip to content

This project aims to create an interactive dashboard that displays different statistics of Covid-19 open data from Latin American countries, using Python tools, data science processes and visualization techniques.

License

Notifications You must be signed in to change notification settings

mariomttz/latam-covid19-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatAm Covid-19 Analysis

GitHub License Maintenance

Banner

1. Description

This project aims to create an interactive dashboard that shows different statistics of Covid-19 open data from Latin American countries, to carry out this task we will use the Python programming language, some data science processes, ETL for example, statistical tools and visualization techniques. This with the objective of being able to make decisions based on the graphs and trends that will be shown in our dashboard.

2. Installation & Dependencies

To download this project locally follow the commands below.

git clone https://github.com/mariomttz/latam-covid19-analysis.git
cd latam-covid19-analysis

And install all the necessary dependencies for this project. Remember to first create a virtual environment.

pip install -r requirements.txt

Folder Structure

.
├── data/
│   ├── argentina/
│   ├── colombia/
│   ├── mexico/
│   └── peru/
├── docs/
│   ├── img/
│   ├── pdf/
│   └── static/
├── pipeline/
├── .gitignore
├── requirements.txt
├── LICENSE.md
└── README.md

3. Development Status

This project is currently in development.

4. License

This repository is under the MIT license. See the LICENSE file for details.

About

This project aims to create an interactive dashboard that displays different statistics of Covid-19 open data from Latin American countries, using Python tools, data science processes and visualization techniques.

Topics

Resources

License

Stars

Watchers

Forks