【发布时间】:2020-10-25 10:38:37
【问题描述】:
C:\New folder\lib\site-packages\numpy\core\_asarray.py in asarray(a, dtype, order)
83
84 """
---> 85 return array(a, dtype, copy=False, order=order)
86
87
ValueError: could not convert string to float: '3 2'
如何在我的数据集中找到此错误“3 2”值的位置?
【问题讨论】:
标签: python pandas numpy machine-learning