当前位置:网站首页>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 ;
边栏推荐
- 【Biotin Azide|cas:908007-17-0】Price_Manufacturer
- 1059 C语言竞赛 (20 分)(C语言)
- web安全-SSTI模板注入漏洞
- 1079 延迟的回文数 (20 分)
- Get the Ip tool class
- Business table analysis - balance system
- The problem that the rosbag tool plotjuggler cannot open rosbag
- 快速上手 Mockito 单元测试框架
- vim命令
- 【Harmony OS】【ARK UI】ets use startAbility or startAbilityForResult to invoke Ability
猜你喜欢

设计模式——组合模式、享元模式(Integer缓存)(结构型模式)

HarmonyOS应用开发第一次培训

PotPlayer实现上班摸鱼电视自由

Kaggle 入门(Kaggle网站使用及项目复现)

Js学习笔记(四)

VR全景展打造专属元宇宙观展空间

数字孪生园区场景中的坐标知识

【HMS core】【Ads Kit】Huawei Advertising——Overseas applications are tested in China. Official advertisements cannot be displayed

在树莓派上搭建属于自己的网页(2)

BIOTIN ALKYNE CAS: 773888-45-2 Price, Supplier
随机推荐
2. 两数相加
传说中可“免费白拿”的无线路由器 - 斐讯 K2 最简单刷 breed 与第三方固件教程
生活原则。
快速上手 Mockito 单元测试框架
Create a tree structure
ss-4.2 多个eureka集群案例
Modified BiotinDIAZO-Biotin-PEG3-DBCO|diazo-biotin-tripolyethylene glycol-diphenylcyclooctyne
GIS数据漫谈(六)— 投影坐标系统
HarmonyOS应用开发第一次培训
Djiango第四次培训笔记
Business table analysis - balance system
用户密码验证
[Harmony OS] [ArkUI] ets development graphics and animation drawing
Flink state
VSO Downloader Ultimate 5.0.1.45 中文多语免费版 在线视频下载工具
在树莓派上搭建属于自己的网页(2)
初步认识ZK
Interface Test Framework Practice (4) | Get Schema Assertion
数据分析 第一篇
ss-5.consul服务端+生产者+消费者