DF[DF.price = float(DF.price)) # did not work. DF.price = DF.price.astype(float) # Panda like script did not work. Would you please help to convert it in ...
確定! 回上一頁