Skip to content

WHO Covid-19 cases analysis is a fast pipeline to check for the Covid-19 cases in different areas of the World using collection of data from WHO database.

License

Notifications You must be signed in to change notification settings

marcelinaszcz95/who-covid-cases-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHO Covid-19 cases analysis with Python

Dashboard Preview

Overview

This repository contains a script for data analysis using Python. The script is designed to process and analyze data, with examples focused on COVID-19 case data from WHO.

Features

  • Data extraction,
  • Data cleaning,
  • Summary output files generation.

Getting Started

Prerequisites

  • Python 3.x
  • Required libraries:
    • Pandas
    • os
    • datetime

You can install the required libraries using:

pip install 

Installation

  • Clone the repository:
git clone https://github.com/marcelinaszcz95/who-covid-cases-analysis.git
  • Navigate to the project directory:
cd who-covid-cases-analysis

Data Source

This project uses data provided by the World Health Organization (WHO). The data is freely available and can be accessed here.

Attribution: World Health Organization. License: CC BY 4.0.

Usage

  • Ensure the data file is located in the data/raw directory.

  • Run the analysis script: python src/covid_data_cleaning.py.

This will process the raw data, perform the analysis, and generate the output csv files with clean, sorted data for further visualizations with Tableau. The script generates World data, and also EU data. To generate only World data you can comment out the rest of the code.

Output

Cleaned data files in data/processed

About

WHO Covid-19 cases analysis is a fast pipeline to check for the Covid-19 cases in different areas of the World using collection of data from WHO database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages