标签: python pandas dataframe
我有一个数据框,其中有一个名为'item_price'的列,该列的数据类型为object。为了获得最大值,我使用了max函数,这使我$9.39肯定是错误的。如何获得列的最大值?
'item_price'
object
max
$9.39
item_price $13.4 $9.39 $15.7 $3.5 $1.71 $8.4