当前位置:网站首页>NotImplementedError: file structure not yet supported
NotImplementedError: file structure not yet supported
2022-08-03 05:10:00 【xiaozheng123121】
NotImplementedError: file structure not yet supported
data4 = pd.read_table(file, encoding='gbk', header=0, parse_dates=[['年月日', '时间戳']])
发现我的文件缺少列,一种解决方案是跳过解析标题:
data2 = pd.read_table(file, encoding='gbk', header=0, parse_dates={
'datetime':['年月日', '时间戳']}, index_col=['datetime'],skiprows=1)
参考资料
[1] python - 未实现错误 : file structure not yet supported from pandas read_csv ;
边栏推荐
- IO process thread -> thread -> day5
- mysql 存储过程 动态参数 查询执行结果
- 力扣561. 数组拆分
- 1095 解码PAT准考证 (25 分)(C语言)
- Lambda表达式案例
- Common fluorescent dyes to modify a variety of groups and its excitation and emission wavelength data in the data
- Interface testing framework of actual combat (2) | interface request assertion
- 【 Harmony OS 】 【 ano UI 】 lightweight data storage
- 13.< tag-动态规划和回文字串>lt.647. 回文子串 + lt.516.最长回文子序列
- Object类与常用API
猜你喜欢
Alienware上线首个数字时装AR试穿体验
力扣561. 数组拆分
Build your own web page on the Raspberry Pi (2)
集合框架知识
Newifi路由器第三方固件玩机教程,这个路由比你想的更强大以及智能_Newifi y1刷机_smzdm
Exception(异常) 和 Error(错误)区别解析
13.< tag-动态规划和回文字串>lt.647. 回文子串 + lt.516.最长回文子序列
【HMS core】【Ads Kit】Huawei Advertising——Overseas applications are tested in China. Official advertisements cannot be displayed
Pr第二次培训笔记
Common fluorescent dyes to modify a variety of groups and its excitation and emission wavelength data in the data
随机推荐
Fluorescent marker peptides FITC/AMC/FAM/Rhodamine TAMRA/Cy3 / Cy5 / Cy7 - Peptide
CAD有生僻字如何打出来、如何提交软件相关问题或建议?
传说中可“免费白拿”的无线路由器 - 斐讯 K2 最简单刷 breed 与第三方固件教程
ss-1.curl (cloud-provider-payment8001)
Interface test framework combat (1) | Requests and interface request construction
User password verification
反射注解基础
Pr第二次培训笔记
UV decomposition of biotin - PEG2 - azide | CAS: 1192802-98-4 biotin connectors
odps的临时查询能在写sql的时候就给结果一个命名不?
The problem that the rosbag tool plotjuggler cannot open rosbag
shell脚本循环语句
IO流及其操作
Kaggle(四)Scikit-learn
Secondary development of WinForm controls
阿里云对象存储oss私有桶生成链接
typescript46-函数之间的类型兼容性
Install PostgreSQL on Windows
MySql数据库
JS学习笔记(三)