摘要: import pandas as pdsimport numpy as np #数据读取df = pds.read_csv('D://try.csv', encoding='UTF-8')df = pds.read_table('D://try.txt')df = pds.read_table('D 阅读全文
posted @ 2019-07-04 17:30 really_really 阅读(248) 评论(0) 推荐(0)