"1. Title: Horse Colic database 2. Source Information -- Creators: Mary McLeish & Matt Cecile Department of Computer Science University of Guelph Guelph, Ontario, Canada N1G 2W1 mdmcleish@water.waterloo.edu -- Donor: Will Taylor (taylor@pluto.arc.nasa.gov) -- Date: 8/6/89 3. Past Usage: -- Unknown 4. Relevant Information: -- 2 data files -- horse-colic.data: 300 training instances -- horse-colic.test: 68 test instances -- Possible class attributes: 24 (whether lesion is surgical) -- others include: 23, 25, 26, and 27 -- Many Data types: (continuous, discrete, and nominal) 5. Number of Instances: 368 (300 for training, 68 for testing) 6. Number of attributes: 28 7. Attribute Information: 1: surgery? 1 = Yes, it had surgery 2 = It was treated without surgery 2: Age 1 = Adult horse 2 = Young (< 6 months) 3: Hospital Number - numeric id - the case number assigned to the horse (may not be unique if the horse is treated > 1 time) 4: rectal temperature - linear - in degrees celsius. - An elevated temp may occur due to infection. - temperature may be reduced when the animal is in late shock - normal temp is 37.8 - this parameter will usually change as the problem progresses eg. may start out normal, then become elevated because of the lesion, passing back through the normal range as the horse goes into shock 5: pulse - linear - the heart rate in beats per minute - is a reflection of the heart condition: 30 -40 is normal for adults - rare to have a lower than normal rate although athletic horses may have a rate of 20-25 - animals with painful lesions or suffering from circulatory shock may have an elevated heart rate 6: respiratory rate - linear - normal rate is 8 to 10 - usefulness is doubtful due to the great fluctuations 7: temperature of extremities - a subjective indication of peripheral circulation - possible values: 1 = Normal 2 = Warm 3 = Cool 4 = Cold - cool to cold extremities indicate possible shock - hot extremities should correlate with an elevated rectal temp. 8: peripheral pulse - subjective - possible values are: 1 = normal 2 = increased 3 = reduced 4 = absent - normal or increased p.p. are indicative of adequate circulation while reduced or absent indicate poor perfusion 9: mucous membranes - a subjective measurement of colour - possible values are: 1 = normal pink 2 = bright pink 3 = pale pink 4 = pale cyanotic 5 = bright red / injected 6 = dark cyanotic - 1 and 2 probably indicate a normal or slightly increased circulation - 3 may occur in early shock - 4 and 6 are indicative of serious circulatory compromise - 5 is more indicative of a septicemia 10: capillary refill time - a clinical judgement. The longer the refill, the poorer the circulation - possible values 1 = < 3 seconds 2 = >= 3 seconds 11: pain - a subjective judgement of the horse's pain level - possible values: 1 = alert, no pain 2 = depressed 3 = intermittent mild pain 4 = intermittent severe pain 5 = continuous severe pain - should NOT be treated as a ordered or discrete variable! - In general, the more painful, the more likely it is to require surgery - prior treatment of pain may mask the pain level to some extent 12: peristalsis - an indication of the activity in the horse's gut. As the gut becomes more distended or the horse becomes more toxic, the activity decreases - possible values: 1 = hypermotile 2 = normal 3 = hypomotile 4 = absent 13: abdominal distension - An IMPORTANT parameter. - possible values 1 = none 2 = slight 3 = moderate 4 = severe - an animal with abdominal distension is likely to be painful and have reduced gut motility. - a horse with severe abdominal distension is likely to require surgery just tio relieve the pressure 14: nasogastric tube - this refers to any gas coming out of the tube - possible values: 1 = none 2 = slight 3 = significant - a large gas cap in the stomach is likely to give the horse discomfort 15: nasogastric reflux - possible values 1 = none 2 = > 1 liter 3 = < 1 liter - the greater amount of reflux, the more likelihood that there is some serious obstruction to the fluid passage from the rest of the intestine 16: nasogastric reflux PH - linear - scale is from 0 to 14 with 7 being neutral - normal values are in the 3 to 4 range 17: rectal examination - feces - possible values 1 = normal 2 = increased 3 = decreased 4 = absent - absent feces probably indicates an obstruction 18: abdomen - possible values 1 = normal 2 = other 3 = firm feces in the large intestine 4 = distended small intestine 5 = distended large intestine - 3 is probably an obstruction caused by a mechanical impaction and is normally treated medically - 4 and 5 indicate a surgical lesion 19: packed cell volume - linear - the # of red cells by volume in the blood - normal range is 30 to 50. The level rises as the circulation becomes compromised or as the animal becomes dehydrated. 20: total protein - linear - normal values lie in the 6-7.5 (gms/dL) range - the higher the value the greater the dehydration 21: abdominocentesis appearance - a needle is put in the horse's abdomen and fluid is obtained from the abdominal cavity - possible values: 1 = clear 2 = cloudy 3 = serosanguinous - normal fluid is clear while cloudy or serosanguinous indicates a compromised gut 22: abdomcentesis total protein - linear - the higher the level of protein the more likely it is to have a compromised gut. Values are in gms/dL 23: outcome - what eventually happened to the horse? - possible values: 1 = lived 2 = died 3 = was euthanized 24: surgical lesion? - retrospectively, was the problem (lesion) surgical? - all cases are either operated upon or autopsied so that this value and the lesion type are always known - possible values: 1 = Yes 2 = No Relabeled values in attribute 'surgery' From: '1' To: yes From: '2' To: no Relabeled values in attribute 'Age' From: '1' To: adult From: '9' To: young Relabeled values in attribute 'temp_extremities' From: '1' To: normal From: '2' To: warm From: '3' To: cool From: '4' To: cold Relabeled values in attribute 'peripheral_pulse' From: '1' To: normal From: '2' To: increased From: '3' To: reduced From: '4' To: absent Relabeled values in attribute 'mucous_membranes' From: '1' To: 'normal pink' From: '2' To: 'bright pink' From: '3' To: 'pale pink' From: '4' To: 'pale cyanotic' From: '5' To: 'bright red' From: '6' To: 'dark cyanotic' Relabeled values in attribute 'capillary_refill_time' From: '1' To: '<3' From: '2' To: '>=3' From: '3' To: 'meaning unknown' Relabeled values in attribute 'pain' From: '1' To: 'alert no pain' From: '2' To: depressed From: '3' To: 'intermittent mild pain' From: '4' To: 'intermittent severe pain' From: '5' To: 'continuous severe pain' Relabeled values in attribute 'peristalsis' From: '1' To: hypermotile From: '2' To: normal From: '3' To: hypomotile From: '4' To: absent Relabeled values in attribute 'abdominal_distension' From: '1' To: none From: '2' To: slight From: '3' To: moderate From: '4' To: severe Relabeled values in attribute 'nasogastric_tube' From: '1' To: none From: '2' To: slight From: '3' To: significant Relabeled values in attribute 'nasogastric_reflux' From: '1' To: none From: '2' To: '>1l' From: '3' To: '<1l' Relabeled values in attribute 'rectal_examination' From: '1' To: normal From: '2' To: increased From: '3' To: decreased From: '4' To: absent Relabeled values in attribute 'abdomen' From: '1' To: normal From: '2' To: other From: '3' To: 'firm feces in large intestine' From: '4' To: 'distended small intestine' From: '5' To: 'distended large intestine' Relabeled values in attribute 'abdominocentesis_appearance' From: '1' To: clear From: '2' To: cloudy From: '3' To: serosanguinous Relabeled values in attribute 'outcome' From: '1' To: lived From: '2' To: died From: '3' To: euthanized Relabeled values in attribute 'surgical_lesion' From: '1' To: yes From: '2' To: no " "0" "horse-colic" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "young" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "young" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "adult" "young" "adult" "adult" "adult" "adult" "adult" "'distended large intestine'" "other" "normal" "nan" "nan" "'firm feces in large intestine'" "'distended large intestine'" "'distended small intestine'" "'distended large intestine'" "nan" "'distended large intestine'" "'distended small intestine'" "'distended large intestine'" "normal" "'distended small intestine'" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "nan" "'distended small intestine'" "'firm feces in large intestine'" "nan" "nan" "nan" "nan" "'distended large intestine'" "'firm feces in large intestine'" "nan" "nan" "'distended large intestine'" "'firm feces in large intestine'" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "other" "'distended large intestine'" "normal" "'firm feces in large intestine'" "nan" "'distended large intestine'" "nan" "other" "'distended large intestine'" "'distended large intestine'" "'distended large intestine'" "'distended large intestine'" "nan" "normal" "normal" "other" "'distended large intestine'" "other" "nan" "'distended large intestine'" "nan" "nan" "nan" "'distended small intestine'" "'distended large intestine'" "'distended large intestine'" "normal" "nan" "nan" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "other" "nan" "other" "'distended small intestine'" "normal" "nan" "nan" "nan" "nan" "nan" "normal" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "'distended large intestine'" "nan" "nan" "nan" "'distended small intestine'" "'distended large intestine'" "nan" "'firm feces in large intestine'" "nan" "normal" "'distended large intestine'" "normal" "'distended large intestine'" "normal" "'distended large intestine'" "other" "'distended large intestine'" "'distended large intestine'" "'distended large intestine'" "normal" "'distended large intestine'" "nan" "normal" "'distended large intestine'" "'distended large intestine'" "nan" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "'distended large intestine'" "nan" "nan" "'distended small intestine'" "'distended small intestine'" "nan" "'distended small intestine'" "normal" "'distended small intestine'" "nan" "nan" "nan" "nan" "nan" "nan" "'distended large intestine'" "'firm feces in large intestine'" "nan" "nan" "'distended large intestine'" "'distended large intestine'" "normal" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "normal" "'distended large intestine'" "nan" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "nan" "other" "'distended small intestine'" "nan" "other" "'distended large intestine'" "other" "'firm feces in large intestine'" "'distended large intestine'" "nan" "'firm feces in large intestine'" "'distended large intestine'" "nan" "nan" "nan" "'distended small intestine'" "nan" "normal" "normal" "'distended small intestine'" "'distended large intestine'" "nan" "nan" "nan" "'distended small intestine'" "nan" "nan" "other" "nan" "nan" "'distended large intestine'" "'distended small intestine'" "nan" "nan" "nan" "normal" "nan" "nan" "'distended large intestine'" "nan" "'distended small intestine'" "'firm feces in large intestine'" "nan" "nan" "nan" "normal" "nan" "'firm feces in large intestine'" "'distended large intestine'" "nan" "other" "'firm feces in large intestine'" "'distended large intestine'" "'distended large intestine'" "normal" "nan" "'distended large intestine'" "'distended large intestine'" "nan" "'distended large intestine'" "'firm feces in large intestine'" "'distended large intestine'" "'distended large intestine'" "nan" "'distended small intestine'" "nan" "other" "nan" "nan" "nan" "'distended small intestine'" "nan" "nan" "'distended small intestine'" "'distended small intestine'" "'distended large intestine'" "other" "'distended small intestine'" "nan" "'distended large intestine'" "nan" "nan" "nan" "nan" "'distended large intestine'" "normal" "nan" "nan" "other" "'distended small intestine'" "'distended large intestine'" "'distended large intestine'" "nan" "'distended small intestine'" "nan" "nan" "'distended large intestine'" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "other" "'distended small intestine'" "'distended large intestine'" "'distended small intestine'" "nan" "'distended large intestine'" "nan" "nan" "nan" "'distended large intestine'" "nan" "nan" "other" "nan" "'distended small intestine'" "'distended large intestine'" "nan" "'distended large intestine'" "'distended small intestine'" "nan" "'distended large intestine'" "'distended small intestine'" "normal" "'distended small intestine'" "nan" "'distended large intestine'" "nan" "nan" "nan" "normal" "nan" "nan" "normal" "'distended large intestine'" "nan" "nan" "'distended large intestine'" "nan" "nan" "nan" "nan" "normal" "normal" "'distended large intestine'" "'distended small intestine'" "other" "'distended large intestine'" "'distended small intestine'" "'distended large intestine'" "'distended small intestine'" "normal" "other" "nan" "'distended large intestine'" "nan" "other" "'distended large intestine'" "normal" "nan" "'distended large intestine'" "nan" "'distended small intestine'" "'distended small intestine'" "'distended large intestine'" "'distended large intestine'" "'distended large intestine'" "nan" "'distended large intestine'" "other" "nan" "nan" "'distended large intestine'" "'distended small intestine'" "'distended large intestine'" "'distended small intestine'" "'distended small intestine'" "'firm feces in large intestine'" "'firm feces in large intestine'" "'distended large intestine'" "'distended small intestine'" "'firm feces in large intestine'" "'distended small intestine'" "'firm feces in large intestine'" "nan" "'distended large intestine'" "nan" "nan" "'distended small intestine'" "normal" "nan" "nan" "nan" "nan" "'distended small intestine'" "'distended large intestine'" "'distended large intestine'" "'distended small intestine'" "'firm feces in large intestine'" "'distended large intestine'" "other" "nan" "'distended small intestine'" "nan" "nan" "nan" "'distended large intestine'" "nan" "'distended large intestine'" "nan" "nan" "'distended large intestine'" "nan" "other" "nan" "nan" "'firm feces in large intestine'" "'distended small intestine'" "normal" "nan" "severe" "slight" "none" "severe" "nan" "slight" "moderate" "slight" "severe" "none" "none" "slight" "moderate" "slight" "none" "moderate" "moderate" "nan" "none" "moderate" "severe" "none" "none" "nan" "moderate" "nan" "moderate" "slight" "nan" "none" "severe" "slight" "moderate" "nan" "severe" "moderate" "none" "none" "slight" "nan" "moderate" "nan" "none" "severe" "nan" "severe" "severe" "none" "moderate" "slight" "slight" "slight" "none" "nan" "moderate" "severe" "nan" "moderate" "moderate" "severe" "nan" "slight" "nan" "severe" "slight" "slight" "none" "none" "nan" "nan" "moderate" "none" "nan" "none" "nan" "nan" "slight" "none" "moderate" "slight" "slight" "slight" "none" "severe" "moderate" "slight" "moderate" "nan" "slight" "none" "nan" "moderate" "none" "moderate" "none" "moderate" "none" "moderate" "slight" "moderate" "nan" "nan" "nan" "slight" "none" "slight" "nan" "slight" "severe" "moderate" "slight" "slight" "none" "nan" "moderate" "slight" "moderate" "moderate" "none" "none" "slight" "none" "none" "moderate" "moderate" "slight" "slight" "none" "moderate" "none" "nan" "slight" "none" "none" "nan" "moderate" "moderate" "severe" "none" "nan" "none" "nan" "severe" "none" "severe" "moderate" "severe" "moderate" "slight" "nan" "slight" "slight" "severe" "slight" "severe" "slight" "slight" "severe" "none" "slight" "nan" "nan" "slight" "none" "slight" "moderate" "none" "none" "slight" "severe" "none" "moderate" "moderate" "moderate" "severe" "nan" "none" "nan" "severe" "severe" "moderate" "slight" "severe" "none" "none" "nan" "none" "moderate" "none" "none" "none" "none" "moderate" "severe" "none" "slight" "none" "slight" "none" "slight" "moderate" "moderate" "nan" "none" "slight" "severe" "moderate" "nan" "moderate" "slight" "slight" "severe" "moderate" "slight" "none" "none" "nan" "nan" "nan" "moderate" "nan" "moderate" "none" "slight" "none" "none" "moderate" "nan" "moderate" "nan" "severe" "none" "nan" "moderate" "none" "none" "slight" "none" "slight" "nan" "severe" "none" "moderate" "moderate" "severe" "severe" "severe" "moderate" "moderate" "none" "none" "none" "severe" "slight" "severe" "moderate" "none" "nan" "slight" "none" "slight" "slight" "nan" "slight" "moderate" "none" "slight" "slight" "nan" "none" "slight" "none" "severe" "moderate" "severe" "slight" "slight" "slight" "none" "moderate" "nan" "none" "slight" "nan" "none" "none" "moderate" "nan" "nan" "slight" "nan" "moderate" "moderate" "nan" "none" "nan" "moderate" "moderate" "moderate" "nan" "none" "nan" "severe" "moderate" "none" "nan" "none" "none" "nan" "none" "slight" "slight" "severe" "severe" "slight" "slight" "moderate" "nan" "moderate" "severe" "moderate" "moderate" "moderate" "moderate" "none" "none" "none" "slight" "none" "none" "nan" "none" "moderate" "moderate" "nan" "nan" "moderate" "none" "slight" "none" "none" "none" "none" "moderate" "moderate" "moderate" "none" "moderate" "none" "none" "moderate" "moderate" "slight" "nan" "none" "nan" "moderate" "none" "none" "moderate" "moderate" "slight" "moderate" "slight" "none" "none" "none" "slight" "nan" "cloudy" "nan" "serosanguinous" "nan" "nan" "nan" "nan" "nan" "clear" "cloudy" "nan" "nan" "clear" "clear" "nan" "serosanguinous" "nan" "clear" "nan" "cloudy" "nan" "nan" "nan" "nan" "nan" "cloudy" "cloudy" "nan" "nan" "nan" "serosanguinous" "nan" "cloudy" "nan" "nan" "cloudy" "clear" "clear" "nan" "serosanguinous" "nan" "nan" "cloudy" "serosanguinous" "serosanguinous" "nan" "nan" "serosanguinous" "cloudy" "clear" "serosanguinous" "nan" "nan" "serosanguinous" "cloudy" "nan" "nan" "serosanguinous" "nan" "nan" "nan" "clear" "cloudy" "serosanguinous" "cloudy" "clear" "clear" "nan" "cloudy" "nan" "cloudy" "nan" "cloudy" "nan" "cloudy" "nan" "nan" "nan" "serosanguinous" "serosanguinous" "serosanguinous" "nan" "nan" "cloudy" "nan" "serosanguinous" "cloudy" "cloudy" "nan" "nan" "serosanguinous" "nan" "nan" "nan" "nan" "nan" "nan" "nan" "cloudy" "nan" "nan" "nan" "nan" "clear" "nan" "nan" "nan" "serosanguinous" "cloudy" "nan" "clear" "nan" "nan" "nan" "nan" "nan" "clear" "cloudy" "nan" "cloudy" "cloudy" "clear" "clear" "nan" "nan" "cloudy" "cloudy" "nan" "nan" "nan" "nan" "cloudy" "nan" "nan" "cloudy" "nan" "nan" "nan" "clear" "nan" "nan" "serosanguinous" "cloudy" "nan" "nan" "nan" "nan" "nan" "nan" "nan" "serosanguinous" "serosanguinous" "clear" "nan" "clear" "clear" "nan" "nan" "cloudy" "cloudy" "nan" "clear" "serosanguinous" "nan" "clear" "clear" "nan" "nan" "nan" "nan" "serosanguinous" "serosanguinous" "cloudy" "nan" "nan" "nan" "cloudy" "serosanguinous" "nan" "serosanguinous" "nan" "nan" "clear" "nan" "nan" "nan" "serosanguinous" "clear" "clear" "serosanguinous" "nan" "clear" "nan" "nan" "nan" "cloudy" "nan" "nan" "nan" "cloudy" "clear" "serosanguinous" "nan" "clear" "nan" "nan" "nan" "nan" "clear" "serosanguinous" "clear" "clear" "cloudy" "cloudy" "nan" "nan" "nan" "nan" "nan" "cloudy" "cloudy" "serosanguinous" "cloudy" "nan" "clear" "serosanguinous" "cloudy" "serosanguinous" "clear" "nan" "nan" "nan" "cloudy" "nan" "cloudy" "nan" "serosanguinous" "serosanguinous" "nan" "nan" "nan" "nan" "nan" "clear" "nan" "clear" "nan" "serosanguinous" "nan" "serosanguinous" "nan" "serosanguinous" "serosanguinous" "nan" "nan" "cloudy" "nan" "clear" "serosanguinous" "nan" "nan" "nan" "serosanguinous" "cloudy" "nan" "clear" "serosanguinous" "nan" "nan" "nan" "serosanguinous" "nan" "serosanguinous" "nan" "nan" "cloudy" "nan" "nan" "clear" "nan" "nan" "nan" "nan" "cloudy" "clear" "nan" "nan" "nan" "clear" "nan" "serosanguinous" "cloudy" "nan" "nan" "nan" "serosanguinous" "nan" "serosanguinous" "clear" "nan" "clear" "serosanguinous" "serosanguinous" "nan" "nan" "nan" "clear" "nan" "serosanguinous" "cloudy" "cloudy" "nan" "serosanguinous" "cloudy" "clear" "nan" "clear" "clear" "nan" "nan" "cloudy" "clear" "serosanguinous" "nan" "nan" "nan" "clear" "cloudy" "nan" "nan" "nan" "serosanguinous" "cloudy" "nan" "nan" "cloudy" "cloudy" "cloudy" "clear" "cloudy" "nan" "clear" "nan" "cloudy" "cloudy" "serosanguinous" "serosanguinous" "serosanguinous" "nan" "serosanguinous" "serosanguinous" "nan" "nan" "nan" "nan" "cloudy" "serosanguinous" "nan" "nan" "clear" "cloudy" "serosanguinous" "clear" "nan" "serosanguinous" "nan" "nan" "'>=3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "nan" "'<3'" "nan" "'>=3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "nan" "'>=3'" "nan" "'<3'" "'<3'" "'>=3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'meaning unknown'" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'meaning unknown'" "'>=3'" "'<3'" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "nan" "nan" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "nan" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "nan" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'<3'" "'>=3'" "nan" "nan" "'<3'" "'<3'" "'>=3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'>=3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "nan" "'<3'" "'<3'" "'>=3'" "'>=3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "nan" "'>=3'" "nan" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'<3'" "'>=3'" "nan" "'<3'" "'<3'" "'>=3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'>=3'" "'>=3'" "'<3'" "'>=3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "nan" "'<3'" "'>=3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'>=3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'>=3'" "'<3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" "'>=3'" "'<3'" "'<3'" "'<3'" "'<3'" "nan" "'<3'" "'<3'" "'<3'" "'<3'" "'<3'" 38.5 39.2 38.3 39.1 37.3 nan 37.9 nan nan 38.3 38.1 39.1 37.2 38 38.2 37.6 nan 37.5 37.6 39.4 39.9 38.4 38.6 38.3 38.1 37.8 38.3 37.8 nan 37.7 37.7 37.2 37.2 38.2 nan nan 38.3 37.8 38.6 39.2 nan 39 38 nan 35.4 nan 37.9 37.5 38.9 37.2 38.6 37.4 nan 38.6 40.3 38.6 nan nan nan nan 37.8 38.5 37.8 38.2 39 nan 37.9 38.4 nan 38 37 37.8 37.7 38.1 nan 39.7 37.6 38.7 nan 37.5 36.4 37.3 38.1 38 37.8 38 nan nan 39 38.3 38 40.3 38.8 nan 37.5 37.3 nan 38.1 37.7 39.6 38.2 nan 38.3 38 37.8 nan 38.3 37.3 38.7 38.4 nan 38.3 nan 36.8 38.4 nan 38 39.5 36.5 38.1 39.4 38.3 38.7 38.2 37.6 38 38.7 37.4 37.4 38.4 37.8 37.6 38 37.9 nan 38.1 nan 38 38 38 38.1 36 nan 37.8 37.1 nan 38.2 38 38.3 38.7 38.9 39.3 nan 38.6 38.8 38 38.6 37.8 38 nan nan 38.3 39.5 38 38.7 39.4 38.3 nan 38.4 nan 37.5 39 38.5 nan nan nan 38.2 nan nan 38.5 38.4 37.8 38 37.8 38.2 38.5 39.3 38.4 38.5 38.3 37.1 nan 38.2 nan 37.9 38 38.5 38.5 38.3 38.5 37.3 38.5 37.5 37.2 39.2 38.5 38.5 nan 37.8 37.5 37.9 38 38.9 37.6 38.6 37.8 nan 38 38.1 nan 39.2 38.5 nan 37.7 38.8 38.4 39.2 nan 37.3 38.5 38.5 39.5 38.5 38.3 37.5 38.1 38.2 37.9 36.1 38.1 38 38.2 nan 38.4 38.2 nan 37.6 38.1 38 38.2 39.3 36.6 38.8 nan nan 38.8 37.5 38.7 37.5 40.8 38 38.4 38.6 37.1 38.3 nan 38.6 38.3 38.2 39.3 37.5 37.7 nan 37.7 nan 38.8 38 36.9 37.8 38.2 38.6 40 nan 38.2 38.5 38.5 37.8 39.5 nan 38 38.6 38.9 37 nan 38.5 nan 37.2 37.5 36.5 37.2 38.5 37.6 37.7 37 38 nan 38.4 37.8 38 37.9 39 38.2 nan 37.9 38 38 38.3 37.5 37.5 nan 39.7 38.3 37.5 38.4 38.1 38.7 38.1 38.4 38.2 37.7 39.1 37.8 39 38.2 38.3 38 nan 37.6 37.5 38.2 38 38.3 nan 37.7 36 37.1 37.1 38.1 37 38.6 nan 38.2 37.8 38.7 nan 38.3 37.4 nan 36.6 38.5 nan 38.2 38.2 38.6 37.8 38 38 37.6 nan nan nan 5 nan nan nan nan nan nan 3 nan nan 7.2 nan 4.5 nan nan nan nan nan 5.5 nan nan 2 nan nan nan nan nan 4 6 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 7 nan nan nan nan nan 7 nan nan nan nan nan nan nan nan nan 7 nan 2 nan 5.5 nan 4.5 nan nan 7 nan nan nan nan nan 5 nan nan nan nan 5.5 nan nan nan nan nan 1 7 nan nan nan nan nan 1 nan nan nan nan nan nan 5.7 nan nan nan nan nan nan nan nan nan nan nan nan 5.5 nan nan nan nan nan nan nan nan nan nan nan nan nan 1.5 nan nan nan 4.4 nan nan nan nan nan nan nan nan 2 nan 2 6.5 6.2 nan nan 4 2 nan nan 5 nan 2 nan nan nan nan nan nan nan nan nan nan 6.5 nan nan nan 2 nan nan nan nan 4.3 nan nan 6.5 5.3 nan nan nan nan nan nan nan 3 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 3 nan nan nan nan nan nan nan nan nan 4.5 nan nan nan nan nan nan nan nan nan nan nan nan 7 nan nan nan nan nan nan 4 nan nan nan 6.5 nan nan nan 2 nan nan nan nan nan nan 7.5 nan nan nan nan nan 5 nan nan nan 5.4 nan 6.5 3.5 nan nan nan nan nan 2 7 nan 7.5 nan nan nan nan nan nan nan nan nan nan nan 7 nan nan nan nan nan nan nan nan 5.9 nan nan nan nan nan nan nan nan nan 7 nan nan 7.5 nan 7.2 8.5 nan nan nan nan nan nan 6.5 5 nan nan nan nan nan nan nan 8 6 nan 6 6 nan nan nan nan nan nan 5 nan 5 nan nan nan nan nan nan nan nan nan nan nan nan nan 2 5.8 nan nan nan nan nan nan 1.5 nan 2 nan 5.3 nan nan nan nan nan 2.2 3.6 nan nan nan 2 nan 4.7 nan nan nan nan nan nan nan nan nan 3.9 1.3 nan nan nan 7.4 nan 6.6 nan nan 1 2 5 nan nan 0.1 nan 2 2 nan nan nan nan 4.1 1.6 nan nan nan 4.5 nan nan nan nan nan nan nan 6 2 5 1 2 nan nan 4.1 nan 7 nan 2.6 nan 2 nan nan nan nan 3.6 2 nan nan nan nan 1.4 3.9 2.3 nan nan 4.5 nan nan nan nan nan nan nan 2.6 nan nan nan nan 3.7 nan nan nan 2 2.8 nan 2 nan 10 nan nan nan nan 1 nan nan 1 1 2 nan nan nan 1 1 nan nan nan 1 nan nan 2.9 nan nan nan 1 nan nan 3.9 7 nan nan nan nan 5.2 nan nan 4.3 2 nan nan nan 5 nan nan nan 1 nan nan 2 nan 2 nan nan nan nan nan 6 2 3.4 nan nan nan 2.8 2 nan nan nan nan 1 nan nan nan 4.3 nan 3 nan nan 2 nan nan nan 2.3 nan nan nan nan 3.4 2 nan 3 nan nan nan nan 1 2.8 10.1 nan 1.5 2.1 nan nan nan nan nan 2 2 nan 1.6 nan 8 nan nan 2 1 nan 3.6 nan 3.9 nan 2.6 nan 1 4.8 nan nan nan nan nan nan nan nan nan nan nan 2 nan nan 2.6 nan nan 2 nan 1 nan nan nan nan 3.2 4.4 nan nan nan nan nan nan 2 nan nan nan nan 1 nan nan 2.5 nan nan nan nan 7 nan nan nan nan 5.3 nan nan nan 2 nan nan 3.3 nan 3.4 1 nan 5 2 2 nan nan nan nan nan nan 2.2 1.4 nan 1.8 2 1.1 nan 2.8 nan nan nan 4.6 1.1 nan 5.7 nan nan 1 3.9 nan nan nan 4.6 0.9 nan 4.3 nan 2.1 1.4 1 1 nan nan nan 2.5 nan 6.5 1 8 nan 2 3.1 nan 2 nan nan nan 2 nan nan nan nan 3.1 nan nan 2 nan nan 66 88 40 164 104 -2147483648 48 60 80 90 66 72 42 92 76 96 128 48 64 110 72 48 42 130 60 60 72 48 -2147483648 48 96 108 60 64 100 104 112 72 52 146 88 150 60 120 140 120 60 48 80 84 46 84 -2147483648 40 114 160 -2147483648 64 -2147483648 96 48 60 88 130 64 60 72 54 52 48 60 48 56 52 -2147483648 100 38 52 -2147483648 96 98 40 100 -2147483648 60 54 88 40 64 42 52 114 50 -2147483648 48 48 84 88 44 108 40 60 40 140 52 70 52 50 60 84 70 40 40 60 44 -2147483648 44 -2147483648 78 56 54 80 40 64 48 42 -2147483648 50 84 49 30 88 48 40 100 136 -2147483648 48 56 60 44 42 120 48 84 80 48 44 132 48 44 -2147483648 100 48 48 48 52 60 42 -2147483648 -2147483648 42 60 66 76 120 40 44 104 65 44 86 129 104 -2147483648 -2147483648 60 68 60 100 84 48 -2147483648 56 68 120 64 80 60 60 40 100 48 60 88 44 60 96 60 60 48 86 48 36 -2147483648 100 96 -2147483648 88 44 68 86 120 45 56 40 -2147483648 76 40 52 88 92 112 66 50 54 120 -2147483648 90 120 104 92 30 72 48 52 42 54 88 70 90 52 36 92 124 96 68 88 108 48 100 42 124 112 80 184 72 96 52 72 40 48 88 75 44 56 68 54 42 64 60 80 100 120 76 150 36 50 40 56 48 78 70 72 54 66 82 84 -2147483648 50 45 80 66 78 40 120 72 72 100 40 54 48 44 56 42 60 80 48 65 45 84 60 140 120 72 92 66 48 88 150 100 80 40 84 84 52 44 52 60 40 60 48 120 76 88 80 -2147483648 40 44 42 56 45 48 55 100 60 114 72 44 48 82 78 60 34 36 44 54 -2147483648 48 90 75 42 78 60 42 60 42 88 28 20 24 84 35 -2147483648 16 -2147483648 36 -2147483648 12 52 12 28 28 48 36 24 21 35 60 16 34 60 12 42 30 12 -2147483648 -2147483648 30 12 -2147483648 28 30 24 16 -2147483648 -2147483648 96 -2147483648 72 12 -2147483648 24 -2147483648 15 16 44 48 -2147483648 36 -2147483648 20 36 20 -2147483648 36 20 -2147483648 32 -2147483648 22 16 36 36 -2147483648 24 16 12 20 28 -2147483648 24 -2147483648 -2147483648 20 20 -2147483648 18 35 -2147483648 80 24 80 30 40 16 40 10 16 36 20 -2147483648 30 20 36 32 40 51 16 20 16 68 24 36 96 32 32 40 16 16 -2147483648 28 24 40 12 -2147483648 30 20 66 40 28 24 20 68 -2147483648 32 20 -2147483648 12 36 20 24 -2147483648 48 -2147483648 -2147483648 -2147483648 32 9 30 -2147483648 28 40 32 -2147483648 12 -2147483648 24 14 -2147483648 -2147483648 20 40 20 20 24 40 12 -2147483648 24 10 20 -2147483648 48 18 24 40 24 20 16 48 -2147483648 -2147483648 -2147483648 30 14 30 -2147483648 30 14 24 16 32 60 90 30 -2147483648 16 8 44 18 48 24 12 20 36 20 40 12 -2147483648 40 9 23 -2147483648 30 -2147483648 80 10 20 24 30 12 32 12 -2147483648 18 36 28 58 40 13 12 14 24 20 -2147483648 40 70 40 28 18 30 30 24 26 42 -2147483648 22 30 16 32 20 88 -2147483648 32 24 60 -2147483648 51 18 36 24 -2147483648 84 -2147483648 28 12 42 25 16 28 36 21 68 20 18 20 90 50 -2147483648 30 28 -2147483648 50 16 40 16 40 12 -2147483648 16 18 -2147483648 24 12 30 -2147483648 36 16 44 20 24 16 70 24 30 24 20 20 36 28 24 12 40 60 12 40 36 12 24 -2147483648 60 36 28 30 24 20 60 30 -2147483648 32 30 44 -2147483648 40 20 -2147483648 18 10 16 -2147483648 -2147483648 -2147483648 30 -2147483648 -2147483648 -2147483648 16 44 20 96 28 20 20 40 30 12 20 72 60 16 30 12 60 18 -2147483648 16 -2147483648 12 -2147483648 60 30 40 12 12 36 45 50 33 48 74 -2147483648 37 44 38 40 44 50 -2147483648 37 46 45 53 -2147483648 40 55 46 49 48 50 51 -2147483648 43 37 -2147483648 45 66 52 43 49 52 73 51 56 32 -2147483648 63 47 47 52 57 60 65 37 54 73 49 -2147483648 43 41 57 38 24 42 53 60 37 44 64 65 44 26 58 49 55 42 43 46 -2147483648 54 37 48 37 33 46 69 47 36 36 68 40 45 50 50 42 38 53 57 42 38 48 41 44 55 41 59 34 -2147483648 37 39 48 36 43 44 53 36 60 38 39 -2147483648 50 45 42 -2147483648 34 46 39 67 39 45 37 41 33 45 31 44 -2147483648 44 43 40 59 33 46 -2147483648 42 50 31 64 57 46 75 50 42 33 57 34 33 75 68 50 41 49 36 52 -2147483648 44 35 40 38 46 50 56 43 -2147483648 55 -2147483648 35 68 57 69 -2147483648 -2147483648 48 -2147483648 45 -2147483648 47 35 68 44 43 54 39 32 33 30 23 37 48 58 37 42 63 70 34 49 40 45 41 35 36 -2147483648 50 45 64 43 45 45 47 39 40 38 -2147483648 71 -2147483648 37 -2147483648 46 60 31 38 49 60 45 65 35 -2147483648 72 40 43 48 54 36 47 45 36 55 43 41 -2147483648 47 60 47 41 -2147483648 34 66 52 50 40 43 33 35 64 36 54 37 39 35 48 44 40 38 44 47 39 35 50 52 65 -2147483648 50 37 37 37 47 36 66 60 35 40 40 50 28 -2147483648 39 43 54 35 43 37 55 44 60 50 36 42 44 45 35 37 42 54 48 -2147483648 33 62 53 30 52 38 37 37 43 35 -2147483648 65 45 32 47 60 4 35 41 43 36 -2147483648 43 65 35 -2147483648 48 -2147483648 -2147483648 45 35 47 -2147483648 42 -2147483648 74 64 32 37 40 37 53 59 41 33 44 6 30 54 27 47 58 35 59 40 36 44 37 44 8 85 6 7 7 -2147483648 7 8 6 6 6 7 7 6 81 6 7 -2147483648 7 8 6 6 7 70 65 -2147483648 7 5 -2147483648 76 7 8 6 8 6 8 6 80 6 -2147483648 6 8 7 67 69 6 7 6 6 5 9 -2147483648 7 6 8 -2147483648 6 7 5 -2147483648 6 7 8 82 7 72 74 7 7 6 7 5 -2147483648 7 4 57 68 77 5 8 6 -2147483648 5 7 4 6 7 7 7 61 86 8 6 6 8 69 8 60 60 8 66 -2147483648 57 5 6 7 6 7 64 6 7 58 56 -2147483648 77 70 65 6 75 70 6 10 62 7 5 7 6 7 61 7 -2147483648 6 73 5 6 4 5 -2147483648 71 7 7 6 4 5 81 80 71 6 8 63 64 -2147483648 64 7 65 8 6 75 -2147483648 7 58 8 56 46 8 64 5 6 8 -2147483648 7 5 66 8 -2147483648 -2147483648 66 -2147483648 70 -2147483648 7 7 7 68 65 -2147483648 6 6 53 6 6 4 74 7 56 64 7 8 66 59 6 7 55 5 6 -2147483648 65 8 89 51 4 5 6 7 7 7 -2147483648 11 -2147483648 8 -2147483648 67 6 6 58 7 8 6 50 54 -2147483648 6 7 7 8 7 6 54 7 65 6 8 5 -2147483648 8 -2147483648 7 4 -2147483648 6 13 7 7 5 70 3 65 9 61 7 69 6 5 7 6 6 6 7 60 6 6 55 6 7 -2147483648 6 75 6 6 7 67 6 7 6 6 6 7 5 -2147483648 6 58 6 6 62 67 65 -2147483648 6 6 62 6 6 70 61 5 72 6 7 -2147483648 5 5 7 69 6 6 6 6 6 6 -2147483648 75 7 6 7 6 74 6 63 6 3 -2147483648 7 8 6 -2147483648 8 -2147483648 -2147483648 5 60 70 -2147483648 8 -2147483648 5 8 -2147483648 56 6 75 65 5 73 69 -2147483648 36 7 76 56 79 8 5 5 6 6 65 5 6 "nan" "'pale cyanotic'" "'pale pink'" "'dark cyanotic'" "'dark cyanotic'" "'pale pink'" "'normal pink'" "nan" "'pale pink'" "'normal pink'" "'bright red'" "'bright pink'" "'normal pink'" "'bright pink'" "'normal pink'" "'pale cyanotic'" "'pale cyanotic'" "nan" "'bright pink'" "'dark cyanotic'" "'bright red'" "'normal pink'" "'pale cyanotic'" "nan" "'pale pink'" "nan" "'pale pink'" "'normal pink'" "nan" "'normal pink'" "'pale cyanotic'" "'pale cyanotic'" "'normal pink'" "'normal pink'" "'pale cyanotic'" "'pale pink'" "'bright red'" "nan" "'normal pink'" "nan" "'dark cyanotic'" "nan" "'pale pink'" "'pale cyanotic'" "'pale cyanotic'" "'pale cyanotic'" "'pale cyanotic'" "'normal pink'" "'pale pink'" "'bright red'" "'bright pink'" "'pale pink'" "'pale pink'" "nan" "'normal pink'" "'bright red'" "nan" "'bright pink'" "'pale pink'" "'pale pink'" "'pale pink'" "'normal pink'" "'bright pink'" "'pale cyanotic'" "'pale cyanotic'" "'pale pink'" "'bright red'" "'normal pink'" "'pale pink'" "'normal pink'" "nan" "'normal pink'" "nan" "'bright red'" "nan" "'bright red'" "'normal pink'" "'normal pink'" "'pale pink'" "'dark cyanotic'" "'pale cyanotic'" "'normal pink'" "'bright pink'" "'dark cyanotic'" "'bright pink'" "'pale pink'" "'pale cyanotic'" "nan" "'bright red'" "'normal pink'" "nan" "'normal pink'" "'normal pink'" "'normal pink'" "'pale pink'" "'bright pink'" "'pale pink'" "'pale cyanotic'" "'pale pink'" "'dark cyanotic'" "'normal pink'" "'pale cyanotic'" "'normal pink'" "'normal pink'" "'pale pink'" "'pale pink'" "'pale pink'" "'pale pink'" "'bright pink'" "'bright pink'" "'bright red'" "nan" "'normal pink'" "nan" "'pale cyanotic'" "'normal pink'" "'normal pink'" "'pale cyanotic'" "'normal pink'" "'bright pink'" "'bright pink'" "'dark cyanotic'" "'normal pink'" "'pale pink'" "'pale cyanotic'" "'normal pink'" "'pale pink'" "nan" "'pale pink'" "'normal pink'" "nan" "'normal pink'" "'pale pink'" "'normal pink'" "'pale cyanotic'" "'pale pink'" "'pale pink'" "'normal pink'" "'pale pink'" "nan" "'normal pink'" "'bright red'" "'dark cyanotic'" "'normal pink'" "'dark cyanotic'" "'bright pink'" "'pale pink'" "'pale pink'" "'dark cyanotic'" "nan" "'normal pink'" "'dark cyanotic'" "'pale cyanotic'" "'normal pink'" "'pale pink'" "'pale cyanotic'" "'normal pink'" "'pale pink'" "'normal pink'" "'bright pink'" "nan" "nan" "nan" "'pale pink'" "'bright red'" "'bright red'" "'normal pink'" "'normal pink'" "'pale pink'" "nan" "'pale pink'" "'bright red'" "'pale pink'" "'bright red'" "'dark cyanotic'" "nan" "'pale pink'" "'pale cyanotic'" "'pale cyanotic'" "'bright red'" "'bright red'" "'normal pink'" "'dark cyanotic'" "'bright pink'" "'bright pink'" "'dark cyanotic'" "'normal pink'" "'normal pink'" "nan" "'normal pink'" "'pale cyanotic'" "'normal pink'" "'normal pink'" "'pale cyanotic'" "'bright pink'" "'normal pink'" "'bright red'" "nan" "'normal pink'" "'bright pink'" "'pale pink'" "'pale pink'" "nan" "'normal pink'" "'pale pink'" "'bright red'" "'pale cyanotic'" "nan" "'bright red'" "'normal pink'" "'bright pink'" "'pale cyanotic'" "'bright pink'" "'pale pink'" "'normal pink'" "'normal pink'" "nan" "nan" "'bright pink'" "'pale cyanotic'" "nan" "nan" "'pale cyanotic'" "'pale pink'" "'normal pink'" "'normal pink'" "'bright red'" "nan" "'dark cyanotic'" "nan" "nan" "'dark cyanotic'" "nan" "'pale pink'" "'pale pink'" "'bright red'" "'normal pink'" "'bright red'" "'pale pink'" "nan" "'pale cyanotic'" "'bright pink'" "'pale cyanotic'" "nan" "'bright pink'" "'pale pink'" "'pale pink'" "'pale cyanotic'" "'pale cyanotic'" "'normal pink'" "'dark cyanotic'" "'bright pink'" "'bright pink'" "'pale cyanotic'" "'pale pink'" "'normal pink'" "'normal pink'" "'pale cyanotic'" "'normal pink'" "'normal pink'" "'normal pink'" "'normal pink'" "nan" "'pale pink'" "'bright pink'" "'normal pink'" "'pale pink'" "'bright pink'" "'normal pink'" "'normal pink'" "'normal pink'" "'dark cyanotic'" "'pale cyanotic'" "'pale pink'" "nan" "'dark cyanotic'" "'normal pink'" "'pale pink'" "'normal pink'" "'normal pink'" "'normal pink'" "'bright red'" "'bright red'" "nan" "'normal pink'" "'normal pink'" "'normal pink'" "nan" "nan" "'normal pink'" "'bright pink'" "'pale pink'" "'bright pink'" "'pale pink'" "'normal pink'" "'pale cyanotic'" "'pale cyanotic'" "'pale cyanotic'" "'pale pink'" "nan" "'bright pink'" "'normal pink'" "'pale pink'" "'pale cyanotic'" "'pale pink'" "'normal pink'" "'bright pink'" "'bright pink'" "'pale cyanotic'" "'pale pink'" "'bright red'" "'pale pink'" "'pale cyanotic'" "'pale pink'" "'pale pink'" "'bright pink'" "'normal pink'" "'normal pink'" "'pale pink'" "'pale cyanotic'" "'dark cyanotic'" "'pale cyanotic'" "'pale pink'" "'bright red'" "'pale cyanotic'" "'normal pink'" "'pale pink'" "'pale pink'" "'pale pink'" "'normal pink'" "'normal pink'" "'normal pink'" "'bright red'" "'bright pink'" "'dark cyanotic'" "'pale pink'" "'normal pink'" "'normal pink'" "'normal pink'" "'pale pink'" "'pale pink'" "'bright pink'" "'pale pink'" "'bright pink'" "'dark cyanotic'" "'pale cyanotic'" "'pale pink'" "'pale pink'" "'normal pink'" "'normal pink'" "'pale cyanotic'" "'dark cyanotic'" "'pale pink'" "'pale pink'" "'normal pink'" "'normal pink'" "'normal pink'" "nan" "'pale pink'" "'pale pink'" "'pale cyanotic'" "'normal pink'" "'dark cyanotic'" "'pale pink'" "'normal pink'" "'bright pink'" "'pale pink'" "'normal pink'" "nan" "nan" "nan" "'>1l'" "nan" "none" "none" "none" "none" "none" "none" "none" "none" "nan" "'>1l'" "'<1l'" "nan" "nan" "none" "nan" "none" "'<1l'" "nan" "nan" "'>1l'" "nan" "none" "none" "nan" "none" "'>1l'" "'<1l'" "none" "nan" "'<1l'" "'<1l'" "'>1l'" "none" "none" "nan" "'<1l'" "nan" "none" "none" "none" "none" "'>1l'" "none" "'>1l'" "'>1l'" "none" "nan" "nan" "nan" "none" "nan" "nan" "'>1l'" "nan" "'>1l'" "none" "none" "nan" "none" "'>1l'" "none" "'<1l'" "none" "'<1l'" "none" "'>1l'" "nan" "nan" "'<1l'" "nan" "nan" "nan" "none" "'>1l'" "'<1l'" "nan" "none" "nan" "none" "'>1l'" "'>1l'" "nan" "nan" "none" "nan" "'<1l'" "none" "none" "none" "none" "none" "none" "'<1l'" "none" "'>1l'" "nan" "none" "nan" "nan" "'<1l'" "nan" "none" "nan" "nan" "none" "none" "nan" "none" "nan" "none" "nan" "none" "'<1l'" "none" "none" "none" "'>1l'" "nan" "none" "none" "'>1l'" "nan" "none" "nan" "none" "nan" "'<1l'" "none" "nan" "nan" "'>1l'" "'>1l'" "'>1l'" "none" "none" "none" "nan" "nan" "nan" "'>1l'" "none" "'<1l'" "'>1l'" "'<1l'" "none" "nan" "'<1l'" "none" "none" "nan" "nan" "none" "'<1l'" "nan" "none" "none" "nan" "none" "none" "'>1l'" "nan" "nan" "none" "'<1l'" "none" "nan" "'>1l'" "'<1l'" "'<1l'" "nan" "nan" "none" "none" "none" "none" "'<1l'" "'<1l'" "none" "none" "none" "nan" "'>1l'" "'<1l'" "nan" "'>1l'" "none" "nan" "'>1l'" "nan" "nan" "nan" "none" "'>1l'" "nan" "nan" "none" "none" "none" "none" "nan" "none" "none" "nan" "'<1l'" "nan" "nan" "none" "none" "none" "nan" "none" "nan" "nan" "nan" "none" "nan" "nan" "none" "nan" "none" "none" "'<1l'" "nan" "'>1l'" "nan" "nan" "'<1l'" "nan" "none" "none" "'<1l'" "nan" "none" "'<1l'" "nan" "nan" "none" "'<1l'" "nan" "nan" "none" "'>1l'" "none" "nan" "none" "'<1l'" "none" "none" "nan" "nan" "nan" "none" "'<1l'" "none" "none" "none" "none" "nan" "'<1l'" "none" "none" "none" "'<1l'" "nan" "'>1l'" "'>1l'" "'<1l'" "'<1l'" "none" "nan" "none" "'<1l'" "none" "nan" "'>1l'" "nan" "none" "none" "nan" "none" "none" "'<1l'" "nan" "nan" "nan" "nan" "'>1l'" "nan" "none" "nan" "nan" "none" "none" "none" "nan" "'>1l'" "nan" "none" "none" "nan" "'>1l'" "'>1l'" "nan" "nan" "none" "'>1l'" "'<1l'" "none" "'>1l'" "none" "nan" "'>1l'" "none" "nan" "nan" "nan" "none" "none" "'<1l'" "'<1l'" "nan" "nan" "none" "none" "none" "nan" "none" "'<1l'" "'>1l'" "nan" "nan" "'<1l'" "nan" "nan" "nan" "none" "nan" "none" "'<1l'" "none" "'>1l'" "nan" "none" "nan" "nan" "'<1l'" "nan" "'>1l'" "nan" "none" "nan" "'>1l'" "nan" "none" "'<1l'" "'<1l'" "none" "nan" "none" "nan" "none" "nan" "'<1l'" "nan" "nan" "nan" "none" "nan" "slight" "none" "slight" "slight" "slight" "slight" "none" "significant" "significant" "slight" "slight" "significant" "nan" "none" "nan" "significant" "slight" "nan" "nan" "significant" "nan" "slight" "none" "nan" "none" "significant" "nan" "slight" "nan" "significant" "nan" "none" "nan" "none" "nan" "none" "nan" "none" "none" "slight" "none" "slight" "none" "slight" "none" "none" "nan" "nan" "nan" "slight" "significant" "nan" "slight" "slight" "none" "none" "slight" "slight" "none" "none" "none" "none" "slight" "slight" "none" "slight" "slight" "nan" "slight" "nan" "nan" "nan" "none" "significant" "slight" "nan" "significant" "nan" "none" "nan" "slight" "significant" "nan" "slight" "nan" "nan" "slight" "slight" "none" "none" "slight" "slight" "nan" "none" "none" "nan" "nan" "nan" "nan" "slight" "slight" "none" "nan" "nan" "none" "slight" "nan" "none" "nan" "slight" "nan" "slight" "nan" "nan" "none" "none" "nan" "nan" "slight" "slight" "slight" "nan" "slight" "nan" "slight" "nan" "none" "slight" "nan" "slight" "slight" "significant" "slight" "none" "none" "none" "nan" "nan" "slight" "significant" "slight" "none" "none" "slight" "none" "nan" "none" "slight" "slight" "slight" "slight" "none" "slight" "nan" "significant" "none" "nan" "slight" "none" "slight" "none" "nan" "slight" "slight" "significant" "nan" "nan" "none" "nan" "nan" "nan" "slight" "nan" "none" "slight" "slight" "none" "none" "slight" "significant" "nan" "none" "significant" "nan" "slight" "none" "nan" "none" "nan" "nan" "nan" "slight" "none" "nan" "nan" "slight" "slight" "none" "slight" "slight" "slight" "slight" "nan" "slight" "slight" "nan" "none" "significant" "slight" "slight" "slight" "nan" "nan" "nan" "slight" "nan" "nan" "slight" "slight" "none" "slight" "none" "nan" "slight" "slight" "nan" "nan" "nan" "slight" "none" "slight" "nan" "nan" "slight" "nan" "nan" "none" "slight" "nan" "nan" "nan" "slight" "slight" "slight" "slight" "none" "none" "none" "nan" "nan" "nan" "none" "nan" "slight" "slight" "none" "slight" "nan" "slight" "slight" "slight" "none" "nan" "nan" "none" "slight" "slight" "significant" "none" "nan" "none" "significant" "significant" "nan" "slight" "nan" "none" "slight" "nan" "slight" "slight" "none" "nan" "nan" "nan" "nan" "slight" "none" "slight" "nan" "nan" "significant" "slight" "significant" "nan" "slight" "nan" "none" "none" "nan" "significant" "slight" "slight" "nan" "slight" "none" "significant" "none" "slight" "slight" "significant" "significant" "none" "nan" "nan" "none" "slight" "slight" "slight" "none" "nan" "nan" "slight" "none" "none" "nan" "slight" "slight" "none" "nan" "nan" "none" "nan" "nan" "nan" "slight" "slight" "slight" "nan" "none" "nan" "nan" "slight" "nan" "nan" "nan" "nan" "none" "nan" "none" "nan" "slight" "nan" "none" "slight" "nan" "slight" "nan" "none" "nan" "none" "nan" "none" "died" "euthanized" "lived" "died" "died" "lived" "lived" "died" "euthanized" "lived" "lived" "lived" "lived" "died" "lived" "died" "died" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "died" "lived" "died" "euthanized" "lived" "lived" "lived" "euthanized" "euthanized" "lived" "lived" "died" "died" "lived" "lived" "euthanized" "euthanized" "died" "lived" "lived" "died" "died" "lived" "died" "lived" "lived" "euthanized" "died" "lived" "died" "died" "died" "lived" "lived" "died" "euthanized" "lived" "lived" "lived" "lived" "lived" "lived" "euthanized" "lived" "died" "died" "died" "euthanized" "lived" "lived" "died" "lived" "died" "lived" "lived" "died" "lived" "lived" "died" "euthanized" "lived" "lived" "lived" "died" "lived" "died" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "euthanized" "lived" "lived" "died" "lived" "lived" "lived" "euthanized" "died" "died" "lived" "lived" "died" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "euthanized" "lived" "died" "euthanized" "lived" "lived" "lived" "euthanized" "lived" "died" "died" "nan" "lived" "died" "died" "died" "lived" "lived" "lived" "lived" "died" "died" "lived" "euthanized" "lived" "lived" "died" "lived" "lived" "lived" "died" "lived" "lived" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "died" "lived" "euthanized" "lived" "euthanized" "lived" "lived" "lived" "euthanized" "lived" "died" "lived" "died" "died" "lived" "lived" "died" "lived" "euthanized" "died" "lived" "died" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "died" "lived" "lived" "euthanized" "died" "lived" "lived" "lived" "died" "euthanized" "lived" "lived" "euthanized" "lived" "died" "euthanized" "lived" "died" "died" "lived" "lived" "lived" "lived" "lived" "lived" "euthanized" "lived" "euthanized" "lived" "lived" "lived" "lived" "lived" "died" "lived" "euthanized" "lived" "lived" "died" "lived" "lived" "lived" "died" "lived" "lived" "euthanized" "euthanized" "died" "lived" "died" "lived" "lived" "died" "lived" "died" "lived" "lived" "euthanized" "died" "died" "lived" "lived" "died" "euthanized" "died" "lived" "died" "lived" "lived" "lived" "died" "lived" "euthanized" "lived" "lived" "lived" "lived" "died" "lived" "lived" "died" "euthanized" "died" "euthanized" "lived" "lived" "lived" "lived" "died" "died" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "lived" "died" "died" "euthanized" "lived" "euthanized" "euthanized" "died" "lived" "euthanized" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "lived" "nan" "lived" "died" "lived" "died" "died" "lived" "lived" "lived" "lived" "died" "died" "euthanized" "lived" "lived" "died" "died" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "died" "lived" "died" "lived" "lived" "lived" "lived" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "lived" "lived" "euthanized" "died" "euthanized" "euthanized" "lived" "lived" "lived" "lived" "euthanized" "lived" "lived" "lived" "died" "lived" "lived" "euthanized" "lived" "died" "'continuous severe pain'" "'intermittent mild pain'" "'intermittent mild pain'" "depressed" "nan" "depressed" "'intermittent mild pain'" "nan" "'intermittent severe pain'" "'continuous severe pain'" "'intermittent mild pain'" "depressed" "'intermittent mild pain'" "'alert no pain'" "'intermittent mild pain'" "'continuous severe pain'" "'intermittent severe pain'" "nan" "depressed" "nan" "'continuous severe pain'" "'alert no pain'" "depressed" "depressed" "nan" "nan" "'intermittent mild pain'" "nan" "nan" "'alert no pain'" "'continuous severe pain'" "depressed" "'intermittent mild pain'" "'intermittent mild pain'" "'continuous severe pain'" "'intermittent severe pain'" "nan" "'continuous severe pain'" "'intermittent mild pain'" "nan" "'continuous severe pain'" "nan" "'intermittent mild pain'" "'intermittent severe pain'" "'intermittent severe pain'" "'continuous severe pain'" "'continuous severe pain'" "'alert no pain'" "depressed" "'intermittent severe pain'" "'alert no pain'" "'intermittent mild pain'" "'alert no pain'" "nan" "depressed" "'intermittent mild pain'" "nan" "'continuous severe pain'" "'continuous severe pain'" "'continuous severe pain'" "depressed" "'alert no pain'" "'intermittent mild pain'" "depressed" "'intermittent mild pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'alert no pain'" "nan" "'alert no pain'" "'intermittent mild pain'" "'alert no pain'" "nan" "'intermittent severe pain'" "nan" "depressed" "'intermittent mild pain'" "'alert no pain'" "'continuous severe pain'" "'intermittent mild pain'" "'intermittent severe pain'" "depressed" "'intermittent mild pain'" "'continuous severe pain'" "depressed" "'intermittent mild pain'" "'continuous severe pain'" "nan" "'intermittent mild pain'" "'alert no pain'" "depressed" "depressed" "'alert no pain'" "'continuous severe pain'" "nan" "'intermittent mild pain'" "nan" "depressed" "'alert no pain'" "depressed" "'alert no pain'" "'continuous severe pain'" "depressed" "'intermittent mild pain'" "'intermittent severe pain'" "depressed" "nan" "'alert no pain'" "'intermittent severe pain'" "'intermittent mild pain'" "depressed" "'alert no pain'" "'alert no pain'" "nan" "'continuous severe pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'continuous severe pain'" "'alert no pain'" "depressed" "'intermittent severe pain'" "'intermittent mild pain'" "'intermittent severe pain'" "'alert no pain'" "'intermittent mild pain'" "'continuous severe pain'" "'intermittent severe pain'" "depressed" "nan" "nan" "'intermittent mild pain'" "'intermittent severe pain'" "depressed" "'continuous severe pain'" "'continuous severe pain'" "'continuous severe pain'" "'alert no pain'" "'alert no pain'" "'intermittent mild pain'" "depressed" "nan" "'continuous severe pain'" "'alert no pain'" "depressed" "depressed" "'intermittent mild pain'" "'intermittent mild pain'" "depressed" "'alert no pain'" "depressed" "'intermittent severe pain'" "nan" "'alert no pain'" "'intermittent mild pain'" "'alert no pain'" "'intermittent mild pain'" "nan" "'intermittent mild pain'" "depressed" "'intermittent severe pain'" "nan" "'intermittent mild pain'" "'continuous severe pain'" "'intermittent mild pain'" "nan" "'intermittent mild pain'" "'intermittent mild pain'" "depressed" "'continuous severe pain'" "nan" "'intermittent mild pain'" "depressed" "depressed" "'intermittent severe pain'" "nan" "'intermittent mild pain'" "'intermittent severe pain'" "'continuous severe pain'" "'intermittent severe pain'" "'intermittent severe pain'" "'intermittent mild pain'" "'continuous severe pain'" "depressed" "'alert no pain'" "nan" "nan" "'intermittent mild pain'" "nan" "depressed" "'intermittent mild pain'" "'intermittent severe pain'" "'intermittent mild pain'" "'intermittent severe pain'" "depressed" "nan" "depressed" "depressed" "'alert no pain'" "depressed" "'intermittent mild pain'" "'intermittent severe pain'" "nan" "depressed" "'intermittent severe pain'" "'intermittent severe pain'" "'intermittent severe pain'" "nan" "nan" "'intermittent mild pain'" "depressed" "depressed" "'intermittent mild pain'" "nan" "'alert no pain'" "'alert no pain'" "nan" "nan" "depressed" "'intermittent mild pain'" "'continuous severe pain'" "depressed" "depressed" "'intermittent mild pain'" "'intermittent mild pain'" "'alert no pain'" "depressed" "nan" "'continuous severe pain'" "nan" "'intermittent severe pain'" "'continuous severe pain'" "nan" "'intermittent mild pain'" "nan" "'intermittent severe pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'continuous severe pain'" "'continuous severe pain'" "'alert no pain'" "'continuous severe pain'" "nan" "depressed" "'continuous severe pain'" "'intermittent severe pain'" "'continuous severe pain'" "'intermittent severe pain'" "'intermittent mild pain'" "depressed" "'alert no pain'" "depressed" "'continuous severe pain'" "'intermittent severe pain'" "'intermittent severe pain'" "depressed" "nan" "depressed" "depressed" "'intermittent severe pain'" "'alert no pain'" "nan" "'intermittent severe pain'" "'intermittent mild pain'" "'intermittent mild pain'" "'intermittent mild pain'" "depressed" "nan" "nan" "'intermittent mild pain'" "'continuous severe pain'" "'continuous severe pain'" "'continuous severe pain'" "nan" "'continuous severe pain'" "'intermittent severe pain'" "'alert no pain'" "'alert no pain'" "depressed" "'alert no pain'" "depressed" "depressed" "nan" "'intermittent mild pain'" "'intermittent mild pain'" "'intermittent severe pain'" "nan" "nan" "'intermittent mild pain'" "'alert no pain'" "depressed" "'intermittent severe pain'" "nan" "depressed" "depressed" "'intermittent severe pain'" "'intermittent severe pain'" "'intermittent mild pain'" "nan" "'intermittent mild pain'" "nan" "'continuous severe pain'" "'intermittent severe pain'" "'alert no pain'" "nan" "'intermittent mild pain'" "'intermittent mild pain'" "depressed" "depressed" "depressed" "'intermittent mild pain'" "'continuous severe pain'" "'continuous severe pain'" "'intermittent mild pain'" "'alert no pain'" "depressed" "depressed" "'intermittent severe pain'" "'continuous severe pain'" "'intermittent severe pain'" "'continuous severe pain'" "'intermittent mild pain'" "'intermittent severe pain'" "'continuous severe pain'" "'alert no pain'" "'intermittent mild pain'" "'alert no pain'" "depressed" "'intermittent mild pain'" "depressed" "nan" "depressed" "'continuous severe pain'" "nan" "nan" "depressed" "'alert no pain'" "'intermittent mild pain'" "'alert no pain'" "nan" "depressed" "nan" "depressed" "depressed" "'intermittent mild pain'" "depressed" "'intermittent severe pain'" "'alert no pain'" "'intermittent severe pain'" "depressed" "'intermittent mild pain'" "depressed" "depressed" "'alert no pain'" "nan" "'intermittent mild pain'" "depressed" "'intermittent severe pain'" "'intermittent mild pain'" "'continuous severe pain'" "'alert no pain'" "'intermittent mild pain'" "'intermittent severe pain'" "'alert no pain'" "depressed" "'alert no pain'" "'intermittent mild pain'" "reduced" "nan" "normal" "normal" "nan" "normal" "normal" "nan" "absent" "nan" "reduced" "nan" "normal" "normal" "normal" "normal" "reduced" "nan" "normal" "reduced" "normal" "nan" "normal" "reduced" "reduced" "nan" "reduced" "normal" "nan" "normal" "reduced" "reduced" "normal" "normal" "reduced" "reduced" "reduced" "reduced" "normal" "nan" "reduced" "nan" "normal" "absent" "reduced" "reduced" "nan" "normal" "reduced" "reduced" "normal" "nan" "normal" "nan" "reduced" "nan" "nan" "nan" "reduced" "reduced" "normal" "increased" "normal" "reduced" "normal" "normal" "normal" "normal" "nan" "normal" "nan" "normal" "nan" "normal" "nan" "reduced" "reduced" "nan" "reduced" "reduced" "reduced" "reduced" "normal" "reduced" "reduced" "reduced" "reduced" "nan" "normal" "normal" "nan" "reduced" "normal" "reduced" "normal" "normal" "nan" "reduced" "normal" "reduced" "reduced" "reduced" "nan" "normal" "reduced" "nan" "reduced" "normal" "reduced" "reduced" "absent" "nan" "normal" "nan" "nan" "normal" "normal" "reduced" "nan" "normal" "normal" "nan" "normal" "normal" "normal" "normal" "normal" "reduced" "nan" "nan" "nan" "normal" "normal" "normal" "nan" "reduced" "reduced" "normal" "increased" "normal" "normal" "nan" "reduced" "normal" "reduced" "reduced" "reduced" "normal" "reduced" "nan" "normal" "reduced" "reduced" "normal" "normal" "reduced" "normal" "nan" "normal" "normal" "nan" "nan" "nan" "reduced" "normal" "nan" "normal" "normal" "normal" "nan" "normal" "reduced" "reduced" "reduced" "absent" "nan" "normal" "nan" "reduced" "reduced" "normal" "nan" "reduced" "normal" "increased" "reduced" "reduced" "reduced" "normal" "normal" "normal" "normal" "normal" "reduced" "normal" "normal" "normal" "reduced" "normal" "normal" "nan" "normal" "nan" "normal" "normal" "reduced" "reduced" "nan" "reduced" "normal" "normal" "reduced" "reduced" "normal" "normal" "normal" "nan" "nan" "increased" "reduced" "absent" "reduced" "absent" "normal" "normal" "normal" "reduced" "nan" "nan" "nan" "reduced" "reduced" "nan" "reduced" "normal" "normal" "normal" "normal" "reduced" "normal" "reduced" "normal" "normal" "nan" "reduced" "reduced" "nan" "reduced" "reduced" "nan" "absent" "reduced" "normal" "reduced" "reduced" "nan" "normal" "reduced" "normal" "reduced" "normal" "normal" "nan" "nan" "normal" "normal" "normal" "normal" "nan" "reduced" "reduced" "reduced" "reduced" "reduced" "reduced" "reduced" "normal" "reduced" "normal" "reduced" "nan" "reduced" "absent" "nan" "normal" "normal" "normal" "nan" "nan" "normal" "normal" "reduced" "reduced" "reduced" "normal" "nan" "increased" "reduced" "reduced" "nan" "normal" "nan" "absent" "normal" "nan" "nan" "increased" "normal" "normal" "reduced" "normal" "normal" "nan" "reduced" "normal" "normal" "reduced" "normal" "reduced" "absent" "nan" "reduced" "normal" "normal" "nan" "normal" "normal" "normal" "nan" "normal" "normal" "normal" "reduced" "reduced" "nan" "reduced" "normal" "normal" "normal" "normal" "reduced" "reduced" "normal" "normal" "reduced" "nan" "nan" "reduced" "normal" "normal" "normal" "absent" "normal" "nan" "normal" "nan" "nan" "reduced" "normal" "normal" "normal" "normal" "absent" "normal" "normal" "normal" "nan" "normal" "absent" "absent" "hypomotile" "absent" "nan" "hypomotile" "hypomotile" "absent" "absent" "hypomotile" "hypomotile" "hypermotile" "hypomotile" "hypomotile" "absent" "hypomotile" "absent" "nan" "hypomotile" "hypomotile" "absent" "hypomotile" "hypomotile" "absent" "absent" "nan" "hypomotile" "hypomotile" "nan" "hypermotile" "absent" "absent" "hypomotile" "hypermotile" "absent" "absent" "nan" "hypomotile" "hypomotile" "nan" "hypomotile" "nan" "hypomotile" "absent" "absent" "absent" "absent" "hypermotile" "hypomotile" "hypermotile" "hypomotile" "hypomotile" "hypomotile" "nan" "hypomotile" "hypomotile" "nan" "hypomotile" "absent" "absent" "hypermotile" "normal" "nan" "absent" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "nan" "hypomotile" "nan" "normal" "nan" "hypomotile" "nan" "hypomotile" "hypomotile" "hypermotile" "hypomotile" "absent" "hypomotile" "hypomotile" "absent" "nan" "hypomotile" "hypermotile" "absent" "nan" "hypomotile" "hypermotile" "nan" "hypomotile" "hypermotile" "hypomotile" "normal" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "absent" "hypomotile" "absent" "nan" "hypomotile" "absent" "hypomotile" "nan" "hypomotile" "absent" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "nan" "absent" "hypomotile" "hypomotile" "absent" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypermotile" "absent" "hypermotile" "hypomotile" "absent" "absent" "hypomotile" "nan" "nan" "hypomotile" "hypomotile" "hypomotile" "absent" "hypermotile" "hypomotile" "normal" "hypermotile" "hypomotile" "normal" "nan" "absent" "normal" "absent" "hypomotile" "absent" "absent" "absent" "hypermotile" "hypomotile" "absent" "absent" "hypomotile" "hypomotile" "absent" "hypomotile" "absent" "hypomotile" "hypermotile" "nan" "nan" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypermotile" "hypomotile" "absent" "nan" "hypermotile" "hypomotile" "absent" "absent" "nan" "nan" "hypomotile" "nan" "absent" "hypomotile" "hypomotile" "nan" "nan" "hypermotile" "hypermotile" "hypomotile" "hypomotile" "hypomotile" "hypermotile" "hypermotile" "hypomotile" "hypermotile" "hypomotile" "hypomotile" "normal" "hypermotile" "normal" "absent" "hypomotile" "hypermotile" "hypermotile" "absent" "nan" "hypomotile" "absent" "hypomotile" "absent" "nan" "hypomotile" "hypermotile" "absent" "absent" "hypomotile" "normal" "hypermotile" "normal" "nan" "nan" "normal" "absent" "absent" "absent" "hypomotile" "hypomotile" "hypermotile" "hypomotile" "hypomotile" "nan" "absent" "hypermotile" "hypomotile" "absent" "nan" "hypomotile" "normal" "hypomotile" "hypermotile" "hypermotile" "hypomotile" "hypomotile" "absent" "normal" "hypomotile" "hypomotile" "hypomotile" "absent" "normal" "absent" "hypomotile" "hypomotile" "absent" "absent" "hypomotile" "absent" "absent" "hypermotile" "hypermotile" "absent" "hypomotile" "hypomotile" "hypomotile" "nan" "nan" "absent" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "absent" "absent" "hypomotile" "absent" "hypomotile" "normal" "hypomotile" "hypermotile" "absent" "hypermotile" "hypomotile" "hypomotile" "nan" "hypermotile" "hypomotile" "nan" "nan" "nan" "normal" "hypermotile" "hypomotile" "hypomotile" "hypomotile" "hypermotile" "absent" "hypomotile" "absent" "hypomotile" "nan" "absent" "hypomotile" "absent" "absent" "nan" "absent" "normal" "nan" "nan" "hypomotile" "absent" "hypomotile" "absent" "absent" "nan" "hypomotile" "absent" "hypermotile" "hypomotile" "absent" "absent" "absent" "normal" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypermotile" "normal" "hypomotile" "hypermotile" "absent" "hypomotile" "nan" "nan" "hypomotile" "hypermotile" "hypomotile" "hypomotile" "hypermotile" "absent" "absent" "hypomotile" "absent" "nan" "normal" "absent" "hypermotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "hypomotile" "normal" "nan" "absent" "absent" "hypermotile" "hypomotile" "hypomotile" "hypermotile" "hypomotile" "normal" "hypomotile" "hypermotile" "hypermotile" "hypomotile" "decreased" "absent" "normal" "decreased" "nan" "decreased" "decreased" "decreased" "decreased" "decreased" "increased" "absent" "absent" "normal" "absent" "absent" "absent" "nan" "increased" "nan" "absent" "absent" "normal" "nan" "nan" "nan" "decreased" "normal" "nan" "nan" "absent" "decreased" "absent" "absent" "absent" "nan" "nan" "normal" "normal" "nan" "absent" "nan" "increased" "nan" "nan" "absent" "absent" "normal" "decreased" "increased" "nan" "absent" "increased" "nan" "normal" "absent" "nan" "nan" "absent" "absent" "absent" "normal" "absent" "nan" "absent" "decreased" "decreased" "decreased" "nan" "decreased" "absent" "normal" "nan" "normal" "nan" "nan" "decreased" "normal" "absent" "nan" "absent" "decreased" "normal" "nan" "absent" "nan" "absent" "nan" "decreased" "nan" "normal" "normal" "decreased" "absent" "normal" "decreased" "decreased" "absent" "normal" "decreased" "normal" "absent" "nan" "increased" "increased" "absent" "normal" "normal" "absent" "nan" "absent" "nan" "nan" "nan" "absent" "nan" "absent" "absent" "nan" "nan" "decreased" "normal" "normal" "absent" "normal" "absent" "nan" "normal" "nan" "nan" "nan" "nan" "decreased" "nan" "increased" "increased" "absent" "absent" "normal" "nan" "absent" "nan" "absent" "normal" "absent" "decreased" "absent" "normal" "absent" "normal" "nan" "absent" "nan" "decreased" "nan" "nan" "normal" "nan" "nan" "normal" "nan" "nan" "decreased" "decreased" "absent" "absent" "increased" "nan" "nan" "nan" "normal" "nan" "nan" "absent" "nan" "nan" "decreased" "nan" "absent" "absent" "absent" "normal" "nan" "normal" "normal" "nan" "nan" "absent" "nan" "normal" "decreased" "normal" "absent" "nan" "absent" "normal" "increased" "absent" "decreased" "decreased" "decreased" "decreased" "nan" "absent" "nan" "absent" "decreased" "nan" "absent" "decreased" "normal" "absent" "nan" "normal" "increased" "normal" "nan" "nan" "nan" "absent" "nan" "absent" "absent" "absent" "decreased" "decreased" "nan" "nan" "normal" "normal" "nan" "absent" "nan" "decreased" "normal" "normal" "normal" "nan" "nan" "nan" "absent" "normal" "nan" "normal" "nan" "absent" "normal" "decreased" "decreased" "nan" "nan" "nan" "absent" "absent" "absent" "increased" "normal" "nan" "decreased" "nan" "absent" "nan" "nan" "absent" "normal" "normal" "normal" "nan" "decreased" "normal" "decreased" "decreased" "absent" "nan" "nan" "nan" "decreased" "nan" "normal" "nan" "nan" "absent" "absent" "nan" "normal" "absent" "nan" "nan" "nan" "decreased" "normal" "decreased" "normal" "nan" "decreased" "nan" "absent" "decreased" "absent" "absent" "nan" "nan" "decreased" "nan" "nan" "nan" "normal" "increased" "nan" "decreased" "nan" "absent" "nan" "absent" "decreased" "nan" "absent" "decreased" "nan" "nan" "absent" "absent" "nan" "absent" "nan" "normal" "normal" "decreased" "absent" "decreased" "absent" "absent" "nan" "normal" "nan" "nan" "absent" "normal" "nan" "normal" "absent" "absent" "normal" "absent" "absent" "decreased" "nan" "decreased" "absent" "decreased" "absent" "normal" "decreased" "nan" "normal" "nan" "absent" "nan" "nan" "absent" "nan" "decreased" "normal" "nan" "decreased" "normal" "nan" "nan" "no" "yes" "no" "yes" "no" "no" "yes" "yes" "no" "no" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "no" "no" "no" "yes" "yes" "yes" "no" "no" "yes" "no" "yes" "yes" "no" "no" "yes" "yes" "no" "yes" "no" "yes" "no" "no" "yes" "no" "no" "no" "yes" "yes" "yes" "yes" "no" "no" "no" "yes" "no" "yes" "yes" "no" "no" "no" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "no" "no" "no" "no" "no" "no" "no" "no" "yes" "no" "yes" "no" "no" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "nan" "no" "yes" "yes" "yes" "yes" "no" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "no" "yes" "yes" "no" "no" "no" "no" "yes" "no" "no" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "no" "no" "no" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "no" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "no" "no" "yes" "yes" "no" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "no" "no" "yes" "no" "yes" "yes" "no" "yes" "no" "no" "yes" "yes" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "no" "yes" "yes" "no" "yes" "no" "no" "nan" "no" "no" "no" "yes" "yes" "no" "no" "yes" "no" "yes" "no" "yes" "yes" "no" "yes" "yes" "no" "no" "no" "yes" "no" "yes" "no" "yes" "yes" "no" "yes" "yes" "yes" "no" "no" "no" "no" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "no" "yes" "no" "no" "no" "no" "no" "yes" "no" "no" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "yes" "yes" "no" "no" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "no" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "no" "yes" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "no" "yes" "no" "yes" "yes" "yes" "no" "no" "no" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "yes" "yes" "no" "yes" "no" "yes" "yes" "no" "no" "no" "no" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "no" "no" "no" "yes" "no" "no" "yes" "yes" "yes" "yes" "no" "no" "yes" "yes" "no" "yes" "no" "no" "yes" "no" "no" "yes" "yes" "no" "yes" "yes" "no" "no" "no" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "no" "yes" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "no" "no" "yes" "no" "no" "yes" "yes" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "no" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "no" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "no" "yes" "no" "no" "no" "yes" "yes" "yes" "no" "no" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "no" "no" "no" "no" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "yes" "no" "yes" "yes" "no" "no" "no" "yes" "yes" "yes" "no" "no" "no" "yes" "no" "no" "yes" "no" "no" "yes" "yes" "yes" "no" "no" "yes" "no" "no" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "no" "no" "yes" "no" "yes" "no" "no" "yes" "no" "yes" "yes" "yes" "no" "no" "no" "no" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "yes" "no" "yes" "yes" "no" "yes" "no" "yes" "cool" "nan" "normal" "cold" "nan" "warm" "normal" "cool" "cool" "normal" "cool" "warm" "warm" "normal" "cool" "cool" "cool" "nan" "normal" "cold" "normal" "normal" "warm" "nan" "cool" "nan" "cold" "cool" "nan" "warm" "cool" "cool" "warm" "normal" "cool" "cold" "nan" "nan" "normal" "nan" "cool" "nan" "cool" "cool" "cool" "cold" "cool" "normal" "cool" "cool" "normal" "normal" "normal" "nan" "cool" "cool" "nan" "warm" "cold" "cool" "normal" "warm" "warm" "cold" "cool" "cool" "normal" "normal" "normal" "normal" "cool" "normal" "nan" "normal" "nan" "cool" "cool" "warm" "cool" "normal" "cool" "nan" "cool" "cool" "normal" "warm" "cool" "nan" "normal" "normal" "nan" "cool" "cool" "cool" "cold" "nan" "nan" "cool" "warm" "cool" "cool" "cold" "cool" "normal" "normal" "normal" "nan" "normal" "cold" "cool" "cool" "cool" "warm" "nan" "cool" "cool" "normal" "cool" "normal" "warm" "normal" "nan" "warm" "normal" "cool" "cold" "cool" "cool" "nan" "nan" "nan" "cool" "cool" "normal" "cool" "cool" "cool" "normal" "normal" "normal" "cool" "nan" "cold" "normal" "cool" "cool" "normal" "warm" "nan" "nan" "cool" "cold" "cool" "cool" "normal" "cool" "normal" "normal" "cool" "normal" "nan" "nan" "cool" "normal" "normal" "nan" "normal" "normal" "normal" "nan" "normal" "cool" "cool" "cool" "cool" "nan" "normal" "nan" "cool" "cool" "cool" "nan" "cool" "normal" "warm" "cold" "warm" "cold" "normal" "cool" "nan" "warm" "normal" "cool" "normal" "cool" "normal" "cool" "normal" "cool" "normal" "normal" "nan" "normal" "cool" "cool" "warm" "nan" "cool" "cool" "nan" "cold" "normal" "cool" "warm" "normal" "nan" "nan" "normal" "cool" "cold" "cold" "cold" "normal" "normal" "normal" "cold" "nan" "cool" "nan" "cool" "cool" "nan" "cold" "cold" "normal" "normal" "warm" "cool" "nan" "cold" "normal" "normal" "normal" "normal" "cool" "cool" "cool" "warm" "warm" "cold" "cool" "cool" "cool" "cool" "normal" "warm" "cool" "normal" "cool" "nan" "warm" "nan" "nan" "cool" "cool" "warm" "cool" "nan" "warm" "cool" "cool" "cool" "cool" "nan" "normal" "cool" "warm" "normal" "cold" "nan" "cool" "cool" "nan" "normal" "normal" "cool" "nan" "nan" "nan" "warm" "cool" "normal" "cool" "normal" "cold" "cool" "cold" "cool" "nan" "nan" "nan" "nan" "cool" "cool" "cool" "cool" "warm" "nan" "cool" "cool" "cool" "nan" "cool" "normal" "normal" "warm" "cool" "warm" "cold" "nan" "cool" "cool" "cool" "cold" "normal" "warm" "warm" "normal" "normal" "nan" "normal" "cold" "warm" "nan" "cool" "cool" "normal" "normal" "normal" "cool" "cool" "normal" "warm" "cold" "warm" "cool" "cool" "cool" "cool" "cool" "cold" "normal" "warm" "normal" "nan" "cool" "cold" "cool" "normal" "normal" "cool" "cold" "normal" "normal" "normal" "cool" "cool" "surgery" "Age" "rectal_temperature" "pulse" "respiratory_rate" "temp_extremities" "peripheral_pulse" "mucous_membranes" "capillary_refill_time" "pain" "peristalsis" "abdominal_distension" "nasogastric_tube" "nasogastric_reflux" "nasogastric_reflux_PH" "rectal_examination" "abdomen" "packed_cell_volume" "total_protein" "abdominocentesis_appearance" "abdomcentesis_total_protein" "outcome" "surgical_lesion" "surgery" "Age" "double0" "int1" "temp_extremities" "peripheral_pulse" "mucous_membranes" "capillary_refill_time" "pain" "peristalsis" "abdominal_distension" "nasogastric_tube" "nasogastric_reflux" "double2" "rectal_examination" "abdomen" "int3" "abdominocentesis_appearance" "double4" "outcome" "surgical_lesion" "nominal:yes,no" "nominal:adult,young" "numeric" "numeric" "numeric" "nominal:normal,warm,cool,cold" "nominal:normal,increased,reduced,absent" "nominal:'normal pink','bright pink','pale pink','pale cyanotic','bright red','dark cyanotic'" "nominal:'<3','>=3','meaning unknown'" "nominal:'alert no pain',depressed,'intermittent mild pain','intermittent severe pain','continuous severe pain'" "nominal:hypermotile,normal,hypomotile,absent" "nominal:none,slight,moderate,severe" "nominal:none,slight,significant" "nominal:none,'>1l','<1l'" "numeric" "nominal:normal,increased,decreased,absent" "nominal:normal,other,'firm feces in large intestine','distended small intestine','distended large intestine'" "numeric" "numeric" "nominal:clear,cloudy,serosanguinous" "numeric" "nominal:lived,died,euthanized" "nominal:yes,no"