Latest COVID-19 Turkey Status
COVID-19 Turkey Status from Turkey Goverment as on September 1,2021
@kaggle.xtweyz_latest_covid19_turkey_status
COVID-19 Turkey Status from Turkey Goverment as on September 1,2021
@kaggle.xtweyz_latest_covid19_turkey_status
CREATE TABLE data (
"date" TIMESTAMP,
"total_number_of_tests" VARCHAR,
"total_number_of_patiens" VARCHAR,
"total_number_of_deaths" DOUBLE,
"pneumonia_rate_in_patients" DOUBLE,
"the_number_of_seriously_ill_patients" DOUBLE,
"total_number_of_recovered_patients" VARCHAR,
"number_of_cases_today" DOUBLE,
"number_of_patients_for_today" DOUBLE,
"number_of_tests_for_today" DOUBLE,
"number_of_deaths_for_today" DOUBLE,
"number_of_recovered_patients_for_today" DOUBLE
);
Anyone who has the link will be able to view this.