Use df['Fee'] = df['Fee'].astype(float) to convert the values of "Fee" column from string to float type. astype(float) perform the ...
確定! 回上一頁