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
This data set contains 13 clinicopathologic features aiming to predict recurrence of well differentiated thyroid cancer. The data set was collected in duration of 15 years and each patient was followed for at least 10 years.
Source
The data was procured from thyroid disease datasets provided by the UCI Machine Learning Repository.
Content
The size for the file featured within this Kaggle dataset is shown below — along with a list of attributes, and their description summaries:
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.