COVID Analysis Banner

COVID-19 Data Insights

Regional & Global Trends

Analysis of COVID-19 cases, vaccinations, and mortality rates across regions.

COVID Analysis Banner

COVID-19 Data Insights

Regional & Global Trends

Analysis of COVID-19 cases, vaccinations, and mortality rates across regions.

Overview

This project leverages real-time COVID-19 data fetched from the disease.sh API to visualize global trends, including infection rates, recovery trajectories, and geographical impact. Using JavaScript, Leaflet.js, and GeoJSON, the project builds an interactive dashboard and live maps, providing up-to-date epidemiological insights.

Objectives

COVID-19 Cases by Country (WHO Style)

Loading global map…
Loading India map…

India COVID‑19 (WHO)

Updated weekly from WHO global table

Total Cases:

New (last 7 days):

Total Deaths:

New Deaths (7 days):

WHO Region Color Codes

The global map uses WHO‑style region colors (mapped from continent data; India is assigned to South‑East Asia).

  • Africa
  • Americas
  • Europe
  • South‑East Asia
  • Western Pacific
  • Eastern Mediterranean
  • Other/Unknown

Search Country Data

Cases:

Deaths:

Recovered:

COVID‑19 Trends

A flat placeholder line is shown until a country is selected.

Data Sources

SourceDescription
WHO Global Table CSVOfficial weekly data used for India
disease.shGlobal country data & historical time series

WHO CSV: https://covid19.who.int/WHO-COVID-19-global-table-data.csv

Methods & Tools

  1. Data Retrieval: Accessed WHO or COVID19 API, parsed JSON into Pandas, cleaned missing/inconsistent values.
  2. Data Wrangling: Aggregated case data, calculated rates, merged with GeoJSON country coordinates.
  3. Mapping (Folium): Built choropleth maps and circle marker layers with popups.
  4. Visualization (Plotly): Created interactive time series plots, bar charts, and optional animations.

Example Insights

Tools Used for Interactive Live Data Map

ToolPurpose
JavaScriptFetch live API data and build interactive visualizations
Leaflet.jsInteractive maps with markers, popups, and layers
disease.sh APIReal-time global COVID-19 data
GeoJSONCountry coordinates and shapes for mapping
HTML & CSSPage structure, styling, and responsive layout
Optional Libraries (Chart.js / Plotly)Interactive charts linked with map data

Tools We can use for Static Map

ToolPurpose
PythonData processing and visualization
PandasData cleaning and manipulation
PlotlyInteractive graphs and plots
FoliumGeospatial mapping
GeoJSONGeolocation mapping
Jupyter NotebookInteractive development

Applications