摘要: from pandas import *from numpy import *col=['name','age']df1=read_csv('1.csv',sep=' ',header=0,usecols=col,index_col='name')pandas 主要用于读取文件设置numpy 主要用 阅读全文
posted @ 2018-05-29 16:08 cherish3 阅读(99) 评论(0) 推荐(0) 编辑