Coronavirus Clinical Trials Dataset
Downloaded data from clinicaltrials.gov
@kaggle.zohrarezgui_coronavirus_clinical_trials_dataset
Downloaded data from clinicaltrials.gov
@kaggle.zohrarezgui_coronavirus_clinical_trials_dataset
The data can be relevant alone or as supplementary information on the covid-19 outbreak
The data contains selected attributes such as sex, age, phase as well as enrollment and inclusion/exclusion criteria for clinical trials relating to covid-19. It is acquired by scraping the data using python from clinicaltrials.gov. The scraping particularly helps in acquiring the inclusion/exclusion criteria without downloading and processing the XML study files for each study. The data was collected on 28th March 2020
All data is part of US government database and is downloaded from clinicaltrials.gov.
What are the clinical trials already in place? Do inclusion/exclusion conditions and other attributes impact the feasability of the clinical trials?
CREATE TABLE coronavirus_clinical_trials (
"unnamed_0" BIGINT -- Unnamed: 0,
"status" VARCHAR,
"phase" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"nct_number" VARCHAR,
"inclusion" VARCHAR,
"exclusion" VARCHAR,
"enrollment" DOUBLE
);Anyone who has the link will be able to view this.