Baselight

Thyroid Disease Data

Patient demographics and blood test results along Thyroid Disease diagnostic

@kaggle.emmanuelfwerr_thyroid_disease_data

About this Dataset

Thyroid Disease Data

Context

The datasets featured below were created by reconciling 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:

  • thyroidDF.csv - 9172 observations x 31 attributes
  1. age - age of the patient (int)
  2. sex - sex patient identifies (str)
  3. on_thyroxine - whether patient is on thyroxine (bool)
  4. query on thyroxine - *whether patient is on thyroxine (bool)
  5. on antithyroid meds - whether patient is on antithyroid meds (bool)
  6. sick - whether patient is sick (bool)
  7. pregnant - whether patient is pregnant (bool)
  8. thyroid_surgery - whether patient has undergone thyroid surgery (bool)
  9. I131_treatment - whether patient is undergoing I131 treatment (bool)
  10. query_hypothyroid - whether patient believes they have hypothyroid (bool)
  11. query_hyperthyroid - whether patient believes they have hyperthyroid (bool)
  12. lithium - whether patient * lithium (bool)
  13. goitre - whether patient has goitre (bool)
  14. tumor - whether patient has tumor (bool)
  15. hypopituitary - whether patient * hyperpituitary gland (float)
  16. psych - whether patient * psych (bool)
  17. TSH_measured - whether TSH was measured in the blood (bool)
  18. TSH - TSH level in blood from lab work (float)
  19. T3_measured - whether T3 was measured in the blood (bool)
  20. T3 - T3 level in blood from lab work (float)
  21. TT4_measured - whether TT4 was measured in the blood (bool)
  22. TT4 - TT4 level in blood from lab work (float)
  23. T4U_measured - whether T4U was measured in the blood (bool)
  24. T4U - T4U level in blood from lab work (float)
  25. FTI_measured - whether FTI was measured in the blood (bool)
  26. FTI - FTI level in blood from lab work (float)
  27. TBG_measured - whether TBG was measured in the blood (bool)
  28. TBG - TBG level in blood from lab work (float)
  29. referral_source - (str)
  30. target - hyperthyroidism medical diagnosis (str)
  31. patient_id - unique id of the patient (str)

Target Metadata

	The diagnosis consists of a string of letters indicating diagnosed conditions.
	A diagnosis "-" indicates no condition requiring comment.  A diagnosis of the
	form "X|Y" is interpreted as "consistent with X, but more likely Y".  The
	conditions are divided into groups where each group corresponds to a class of
	comments.

	Letter	Diagnosis
	------	---------

	hyperthyroid conditions:

	A	hyperthyroid
	B	T3 toxic
	C	toxic goitre
	D	secondary toxic

	hypothyroid conditions:

	E	hypothyroid
	F	primary hypothyroid
	G	compensated hypothyroid
	H	secondary hypothyroid

	binding protein:

	I	increased binding protein
	J	decreased binding protein

	general health:

	K	concurrent non-thyroidal illness

	replacement therapy:

	L	consistent with replacement therapy
	M	underreplaced
	N	overreplaced

	antithyroid treatment:

	O	antithyroid drugs
	P	I131 treatment
	Q	surgery

	miscellaneous:

	R	discordant assay results
	S	elevated TBG
	T	elevated thyroid hormones

Source

Thyroid Data - https://archive.ics.uci.edu/ml/datasets/thyroid+disease

Share link

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