TypeError:'float'对象不是来自GitHub

时间:2017-07-26 02:11:09

标签: python

我在GitHub上尝试使用Pandas for Python问题,其中一件事我要做的就是将DataFrame的一列转换为浮点数。这是它使用的代码:

dollarizer = lambda x: float(x[1:-1])
chipo.item_price = chipo.item_price.apply(dollarizer)

但是,当我复制该代码时,它给了我一条"TypeError: 'float' object is not subscriptable"消息。

0 个答案:

没有答案