摘要:
import os import pandas as pd import glob def hebing(): csv_list = glob.glob('*.csv') print(u'共发现%s个CSV文件'% len(csv_list)) print(u'正在处理............') 阅读全文
摘要:
参数 类型 说明 data DataFrame pd.pivot_table使用,设定需要操作的 DataFrame values column 被计算的数据项 可选项 设定需要被聚合操作的列 index array column grouper list of the previous 行分组键 阅读全文