horse.dtypes
surgery object
age object
hospital_number int64
rectal_temp float64
pulse float64
respiratory_rate float64
temp_of_extremities object
peripheral_pulse object
mucous_membrane object
capillary_refill_time object
pain object
peristalsis object
abdominal_distention object
nasogastric_tube object
nasogastric_reflux object
nasogastric_reflux_ph float64
rectal_exam_feces object
abdomen object
packed_cell_volume float64
total_protein float64
abdomo_appearance object
abdomo_protein float64
surgical_lesion object
lesion_1 int64
lesion_2 int64
lesion_3 int64
cp_data object
dtype: object
Я хочу отделить перечисленные выше типы данных, создав новую переменную
Например:
object_vars = ['surgery', 'age','temp_of_extremities', 'peripheral_pulse',
'mucous_membrane', 'capillary_refill_time', 'pain', 'peristalsis',
'abdominal_distention', 'nasogastric_tube', 'nasogastric_reflux', 'rectal_exam_feces', 'abdomen','abdomo_appearance','surgical_lesion','cp_data']
Есть ли код который может сгладить процесс и классифицировать их по различным переменным