Project.csv
This dataset contains whether a person has certain diseases or not.
@kaggle.athirags_projectcsv
This dataset contains whether a person has certain diseases or not.
@kaggle.athirags_projectcsv
This dataset can used to predict possibility or risk of getting other diseases.This includes the details of individuals having various disorders.Very useful for corona risk prediction.
CREATE TABLE project (
"age" BIGINT,
"gender" VARCHAR,
"bmi" DOUBLE,
"diabetes" BIGINT,
"cardio_vascular_diseases" BIGINT,
"sickle_cell_diesases" BIGINT,
"immuno_deficiency_disease" BIGINT,
"down_syndrome" BIGINT,
"cancer" BIGINT,
"chronic_respiratory_disease" BIGINT,
"hypertension" BIGINT,
"vaccinated" BIGINT,
"outcome" BIGINT
);Anyone who has the link will be able to view this.