特牛生活网

python入门系列(10): python对CSV、Excel、txt、dat、mat文件的处理_python excel to mat-CSDN博客

网友收藏
文章浏览阅读10w+次,点赞43次,收藏357次。1、读取1.1基于python csv库#3.读取csv至字典x,yimport csv# 读取csv至字典csvFile = open(r'G:\训练小样本.csv', "r")reader = csv.reader(csvFile)#print(reader)# 建立空字典result = {}i=0for item in reader: if reader.line_num_python excel to mat