Baselight

COVID-19 Complete BG Dataset With Vaccinated

The most complete COVID-19 dataset in Bulgaria

@kaggle.medaxone_covid19_complete_bg_dataset_with_vaccinated

Covid Bg
@kaggle.medaxone_covid19_complete_bg_dataset_with_vaccinated.covid_bg

  • 74.46 KB
  • 447 rows
  • 29 columns
date

Date

performed_tests

Performed Tests

total_tests_per_thousand

Total Tests Per Thousand

daily_tests

Daily Tests

new_tests_per_thousand

New Tests Per Thousand

confirmed_cases

Confirmed Cases

total_cases_per_million

Total Cases Per Million

active_cases

Active Cases

new_daily_cases

New Daily Cases

new_cases_per_million

New Cases Per Million

positive_rate

Positive Rate

hospitalized

Hospitalized

hosp_patients_per_million

Hosp Patients Per Million

in_icu

In ICU

icu_patients_per_million

ICU Patients Per Million

recovered

Recovered

daily_recovered

Daily Recovered

deaths

Deaths

total_deaths_per_million

Total Deaths Per Million

daily_deaths

Daily Deaths

new_deaths_per_million

New Deaths Per Million

reproduction_rate

Reproduction Rate

total_vaccinations

Total Vaccinations

people_vaccinated

People Vaccinated

people_fully_vaccinated

People Fully Vaccinated

new_vaccinations

New Vaccinations

total_vaccinations_per_hundred

Total Vaccinations Per Hundred

people_vaccinated_per_hundred

People Vaccinated Per Hundred

people_fully_vaccinated_per_hundred

People Fully Vaccinated Per Hundred

Sun Mar 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)40.57640.576
Mon Mar 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)40.576
Tue Mar 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)40.576
Wed Mar 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time)71.00730.43210.14410.144
Thu Mar 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)71.00710.144
Fri Mar 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)233.31162.30310.144
Sat Mar 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)415.901182.59120.28810.144
Sun Mar 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)517.34101.43920.288
Mon Mar 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)527.48410.14420.288
Tue Mar 17 2020 00:00:00 GMT+0000 (Coordinated Universal Time)679.642152.15920.288

CREATE TABLE covid_bg (
  "date" TIMESTAMP,
  "performed_tests" DOUBLE,
  "total_tests_per_thousand" DOUBLE,
  "daily_tests" DOUBLE,
  "new_tests_per_thousand" DOUBLE,
  "confirmed_cases" BIGINT,
  "total_cases_per_million" DOUBLE,
  "active_cases" DOUBLE,
  "new_daily_cases" BIGINT,
  "new_cases_per_million" DOUBLE,
  "positive_rate" DOUBLE,
  "hospitalized" DOUBLE,
  "hosp_patients_per_million" DOUBLE,
  "in_icu" DOUBLE,
  "icu_patients_per_million" DOUBLE,
  "recovered" DOUBLE,
  "daily_recovered" DOUBLE,
  "deaths" BIGINT,
  "total_deaths_per_million" DOUBLE,
  "daily_deaths" BIGINT,
  "new_deaths_per_million" DOUBLE,
  "reproduction_rate" DOUBLE,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "new_vaccinations" DOUBLE,
  "total_vaccinations_per_hundred" DOUBLE,
  "people_vaccinated_per_hundred" DOUBLE,
  "people_fully_vaccinated_per_hundred" DOUBLE
);

Share link

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