摘要: import csvimport pandas as pdwith open('D:\Data\新建文件夹\list3.2.csv','r') as csvfile: reader = csv.reader(csvfile) column1 = [row[1]for row in reader] p 阅读全文
posted @ 2018-01-18 20:46 路在脚下丶 阅读(75029) 评论(0) 推荐(2) 编辑