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
This dataset contains latest Covid-19 status on Turkey from Turkey Ministry of Health as on September 1, 2021. This dataset can be used for analyze and visualize covid situtation in Turkey.
Link: Link
This is my first dataset, i need your feedbacks, if you find dataset useful please upvote.
Thanks.
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 -- Pneumonia Rate In Patients (%),
"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.