Baselight

Countryinfo

Relevant variables that may be required in order to predict COVID's progression.

@kaggle.koryto_countryinfo

Covid19countryinfo
@kaggle.koryto_countryinfo.covid19countryinfo

  • 75.82 KB
  • 249 rows
  • 60 columns
region

Region

country

Country

alpha3code

Alpha3code

alpha2code

Alpha2code

pop

Pop

tests

Tests

testpop

Testpop

density

Density

medianage

Medianage

urbanpop

Urbanpop

quarantine

Quarantine

schools

Schools

publicplace

Publicplace

gatheringlimit

Gatheringlimit

gathering

Gathering

nonessential

Nonessential

hospibed

Hospibed

smokers

Smokers

sex0

Sex0

sex14

Sex14

sex25

Sex25

sex54

Sex54

sex64

Sex64

sex65plus

Sex65plus

sexratio

Sexratio

lung

Lung

femalelung

Femalelung

malelung

Malelung

gdp2019

Gdp2019

healthexp

Healthexp

healthperpop

Healthperpop

fertility

Fertility

avgtemp

Avgtemp

avghumidity

Avghumidity

firstcase

Firstcase

totalcases

Totalcases

active30

Active30

active31

Active31

active1

Active1

active2

Active2

active3

Active3

newcases30

Newcases30

newcases31

Newcases31

newcases1

Newcases1

newcases2

Newcases2

newcases3

Newcases3

deaths

Deaths

newdeaths30

Newdeaths30

newdeaths31

Newdeaths31

newdeaths1

Newdeaths1

newdeaths2

Newdeaths2

newdeaths3

Newdeaths3

recovered

Recovered

critical30

Critical30

critical31

Critical31

critical1

Critical1

critical2

Critical2

critical3

Critical3

casediv1m

Casediv1m

deathdiv1m

Deathdiv1m

nanAfghanistanAFGAF389283466018250.51.051.031.031.030.970.851.0337.6236.3139.33187341844.7266328765.126.21666666756.93333333Sun Feb 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)27313916518722525725422261070.2
nanAlbaniaALBAL287779710536632.929.41.081.111.090.930.950.870.9811.677.0217.0415418774268.95573251.5113.9569.9Sat Mar 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)30416817617719419911201618271614189787771066
nanAlgeriaDZADZ438510441829731.91.051.051.051.031.010.891.038.775.0312.81172781103123.511412862.719.5666666761.71666667Mon Feb 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)9864496267287288391321318691461222
nanAndorraANDAD7726516445882.532.51.071.051.081.051.151.021.0691527594976994.75831.47.38333333375.23333333Sun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)439322352366403407143811162111610101212125682207
nanAntigua and BarbudaATGAG9792922334263.81.051.030.990.840.820.760.911.767.6718.781688110511283.685122Thu Mar 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)97777992
nanArgentinaARGAR45195774173293Fri Mar 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time)523.951.051.061.0510.940.710.9829.2720.1642.59445469139030.755087852.2632.8166666743.61666667Mon Mar 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)12655707007788519701463923123256280.9
nanArmeniaARMAM29632436944269.80259410435634.226.91.131.141.060.930.840.670.9423.8616.1735.9913444883297.98433681.647.158.5Sat Feb 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)73644949953662568658503992737114315303030302482
ArubaNetherlandsABWAW10676659341441.21.021.011.010.930.870.640.9290343402.74993911.8326.5333333380.16666667Thu Mar 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)60495454545951562
nanAustraliaAUSAU2549988431635806.065560333886Mon Mar 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2Sun Mar 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3.814.91.061.061.090.990.930.860.9918.7915.922.1613762554492176.15766411.7725.7833333364.23333333Fri Jan 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)53503983420544984767473782101101893628112358528285050852101
nanAustriaAUTAT900639810278876.27923721094357Mon Mar 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)7.635.151.051.051.0410.980.760.9617.0213.0222.144477185138570.48333861.479.46666666765.35Mon Feb 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)114448710888690039120925466649140531631516822201812102022193198215227245127119

CREATE TABLE covid19countryinfo (
  "region" VARCHAR,
  "country" VARCHAR,
  "alpha3code" VARCHAR,
  "alpha2code" VARCHAR,
  "pop" DOUBLE,
  "tests" DOUBLE,
  "testpop" DOUBLE,
  "density" DOUBLE,
  "medianage" DOUBLE,
  "urbanpop" DOUBLE,
  "quarantine" TIMESTAMP,
  "schools" TIMESTAMP,
  "publicplace" TIMESTAMP,
  "gatheringlimit" DOUBLE,
  "gathering" TIMESTAMP,
  "nonessential" TIMESTAMP,
  "hospibed" DOUBLE,
  "smokers" DOUBLE,
  "sex0" DOUBLE,
  "sex14" DOUBLE,
  "sex25" DOUBLE,
  "sex54" DOUBLE,
  "sex64" DOUBLE,
  "sex65plus" DOUBLE,
  "sexratio" DOUBLE,
  "lung" DOUBLE,
  "femalelung" DOUBLE,
  "malelung" DOUBLE,
  "gdp2019" DOUBLE,
  "healthexp" DOUBLE,
  "healthperpop" DOUBLE,
  "fertility" DOUBLE,
  "avgtemp" DOUBLE,
  "avghumidity" DOUBLE,
  "firstcase" TIMESTAMP,
  "totalcases" DOUBLE,
  "active30" DOUBLE,
  "active31" DOUBLE,
  "active1" DOUBLE,
  "active2" DOUBLE,
  "active3" DOUBLE,
  "newcases30" DOUBLE,
  "newcases31" DOUBLE,
  "newcases1" DOUBLE,
  "newcases2" DOUBLE,
  "newcases3" DOUBLE,
  "deaths" DOUBLE,
  "newdeaths30" DOUBLE,
  "newdeaths31" DOUBLE,
  "newdeaths1" DOUBLE,
  "newdeaths2" DOUBLE,
  "newdeaths3" DOUBLE,
  "recovered" DOUBLE,
  "critical30" DOUBLE,
  "critical31" DOUBLE,
  "critical1" DOUBLE,
  "critical2" DOUBLE,
  "critical3" DOUBLE,
  "casediv1m" DOUBLE,
  "deathdiv1m" DOUBLE
);

Share link

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