Python参数化,调用Excel里数字时报错:TypeError: object of type 'float' has no len()请问要怎么解决 其它正常,只有在读取数字,出现如图:... 其它正常,只有在读取数字,出现如图: 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 excel python 参数 数字 时报 搜索资料 1个回答 #热议# 海关有哪些禁运商品?查到后怎么办? 林泉水水有文章 2018-04-10 · TA获得超过594个赞 知道小有建树答主 回答量:711 采纳率:78% 帮助的人:169万 我也去答题访问个人页 关注 展开全部 应该是误将float当作list或者tuple来操作了 对于list或者元组,[]操作是访问下标所在的元素,也就是__getitem__方法。 由于python定义变量的时候并不说明类型,类型都在运行时确定,因此有出现类型错误的可能性。 至于具体怎么修改,无法从你的... 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2018-04-12 Python参数化,调用Excel里数字时报错:TypeError: object of type 'float' has no len()请问要怎么解决 2019-06-13 从Excel里面读数据的时候python报错TypeError: 'float' object is not iterable 2018-08-07 python出错:TypeError: object of type 'int' has no len()求解决!!! 4 2019-05-10 python:object of type 'int' has no len()怎么解决 3 2018-01-23 python读取excel数据,出现AttributeError: 'str' object has no attribute 'nrows' 8 2018-02-26 python 做的小练习,报错TypeError: 'int' object has no attribute '__getitem__' 8 2019-03-22 python为什么报错TypeError: 'float' object is not iterable 2017-09-30 openpyxl读写Excel object of type 'generator' has no len() openpyxl 更多类似问题 > 为你推荐: