The error is pretty clear: ValueError: could not convert string to float: 'Runny_nose'
.
The Diseases
column in Disease_data['Diseases']
is of string type (I assume based on it's name) and you are trying to convert it to float and hence the error.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…