成功解决ValueError: ‘usecols‘ must either be list-like of all strings, all unicode, all integers or a ca

简介: 成功解决ValueError: ‘usecols‘ must either be list-like of all strings, all unicode, all integers or a ca


目录

解决问题

解决思路

解决方法


 

 

 

解决问题

ValueError: 'usecols' must either be list-like of all strings, all unicode, all integers or a callable.

 

解决思路

值错误:'usecols'必须是类似列表的所有字符串,所有unicode,所有整数或可调用。

 

 

 

解决方法

经过将字段输出,可发现,后边有空字段,直接去掉带有“nan”的空字段即可!

[ 'column01', 'column02', 'column03', nan, nan, nan]

 


相关文章
|
6月前
|
Python
完美解决丨2. `TypeError: list indices must be integers or slices, not str`
完美解决丨2. `TypeError: list indices must be integers or slices, not str`
|
6月前
|
SQL JSON Java
Java【问题记录 02】对象封装+固定排序+list All elements are null引起的异常处理+Missing artifact com.sun:tools:jar:1.8.0
Java【问题记录 02】对象封装+固定排序+list All elements are null引起的异常处理+Missing artifact com.sun:tools:jar:1.8.0
76 0
为什么有的备份归档日志用list backup of archivelog all查不到,但在第三方备份软件中可以查到
提问:为什么有的备份归档日志用list backup of archivelog all查不到,但在第三方备份软件中可以查到?
|
IDE 开发工具 图形学

热门文章

最新文章

下一篇
无影云桌面