Thyroid Disease Data
Patient demographics & blood test results along with Thyroid disease diagnostic
@kaggle.jainaru_thyroid_disease_data
Patient demographics & blood test results along with Thyroid disease diagnostic
@kaggle.jainaru_thyroid_disease_data
CREATE TABLE thyroid_diff (
"age" BIGINT,
"gender" VARCHAR,
"smoking" VARCHAR,
"hx_smoking" VARCHAR,
"hx_radiothreapy" VARCHAR,
"thyroid_function" VARCHAR,
"physical_examination" VARCHAR,
"adenopathy" VARCHAR,
"pathology" VARCHAR,
"focality" VARCHAR,
"risk" VARCHAR,
"t" VARCHAR,
"n" VARCHAR,
"m" VARCHAR,
"stage" VARCHAR,
"response" VARCHAR,
"recurred" VARCHAR
);
Anyone who has the link will be able to view this.