Baselight

Covid-data

COVID-19 WORLD DATA collected from github.com

@kaggle.nonstochastic147_coviddata

Countrywise Data
@kaggle.nonstochastic147_coviddata.countrywise_data

  • 7.23 KB
  • 184 rows
  • 4 columns
country

Country

confirmed

Confirmed

deaths

Deaths

recovered

Recovered

Afghanistan4231418
Albania38322131
Algeria1468193113
Andorra5452239
Angola1722
Antigua and Barbuda191
Argentina162856338
Armenia853887
Australia5895451080
Austria126392434046

CREATE TABLE countrywise_data (
  "country" VARCHAR,
  "confirmed" BIGINT,
  "deaths" BIGINT,
  "recovered" BIGINT
);

Share link

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