Loading

摘要: 需求:将以空格分隔的文本文件(后缀为log)转化为csv文件 直接改后缀名后打开或pandas读取无法实现分行(shape为(9,1)) 使用Python 的csv模块 实现代码 1 import csv 2 csvFile = open('H://0//原始数据/**.csv','w',newli 阅读全文
posted @ 2021-01-05 11:15 pengcheer 阅读(674) 评论(0) 推荐(0)