Baselight

Project.csv

This dataset contains whether a person has certain diseases or not.

@kaggle.athirags_projectcsv

Loading...
Loading...

About this Dataset

Project.csv

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.

Tables

Project

@kaggle.athirags_projectcsv.project
  • 13.33 kB
  • 999 rows
  • 13 columns
Loading...
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
);

Share link

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