摘要:
def readf(file): t0 = time.time() data=pd.read_csv(file,low_memory=False,encoding='gbk' #,nrows=100 ) t1 = time.time() print('耗时%0.3f秒钟'%(t1-t0)) retu 阅读全文
摘要:
def readf(file): t0 = time.time() data=pd.read_csv(file,low_memory=False,encoding='gbk' #,nrows=100 ) t1 = time.time() print('耗时%0.3f秒钟'%(t1-t0)) retu 阅读全文
|