Skip to content

The COVID-19 dataset from March 2020 to July 2020 includes key data points: province_state, country_region, date, latitude, and longitude for location identification; location_geom for geographic details; and confirmed, deaths, recovered, and active for tracking the pandemic's impact over time across different regions.

Notifications You must be signed in to change notification settings

Chanchalsingh0720/Covid-19-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Dataset (March 2020 - July 2020)

This repository contains a comprehensive dataset tracking the COVID-19 pandemic from March 2020 to July 2020. The data captures the spread and impact of the virus across various regions worldwide.

Dataset Overview

The dataset includes the following columns:

  • province_state: The state, province, or region within a country.
  • country_region: The country or region where the data was recorded.
  • date: The date of the record in DD-MM-YYYY format.
  • latitude: The latitude coordinate of the region.
  • longitude: The longitude coordinate of the region.
  • location_geom: Geometric representation of the location for mapping purposes.
  • confirmed: The number of confirmed COVID-19 cases.
  • deaths: The number of deaths attributed to COVID-19.
  • recovered: The number of recovered cases.
  • active: The number of active COVID-19 cases (calculated as confirmed - deaths - recovered).

About

The COVID-19 dataset from March 2020 to July 2020 includes key data points: province_state, country_region, date, latitude, and longitude for location identification; location_geom for geographic details; and confirmed, deaths, recovered, and active for tracking the pandemic's impact over time across different regions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published