Baselight

Latest Covid-19 Global Countrywise Data

Covid-19 Global Countrywise Data as on August 06, 2021

@kaggle.manthanx_latest_covid19_global_countrywise_data

Loading...
Loading...

About this Dataset

Latest Covid-19 Global Countrywise Data

Content

This dataset contains the latest Covid-19 Global Countrywise data as of July 31, 2021. This dataset can be used to analyze covid conditions of worldwide. This dataset is great for Exploratory Data Analysis

Source : https://epidemic-stats.com/

Tables

Coviddata

@kaggle.manthanx_latest_covid19_global_countrywise_data.coviddata
  • 11.71 KB
  • 210 rows
  • 6 columns
Loading...

CREATE TABLE coviddata (
  "country" VARCHAR,
  "infected" BIGINT,
  "deaths" BIGINT,
  "recovered" BIGINT,
  "death_percent" DOUBLE,
  "recovered_percent" DOUBLE
);

Share link

Anyone who has the link will be able to view this.