Convert to numeric colums of a dataframe with apply = AttributeError: 'list' object has no attribute 'apply'

后端 未结 0 640
陌清茗
陌清茗 2021-02-01 09:17

I want to convert the columns of this list to numeric using the pandas.to_numeric function, catching the errors and force the conversion by supplying errors=\'coerce\' as an arg

相关标签:
回答
  • 消灭零回复
提交回复
热议问题