定义模型 查看groupby循环结构 for i in data1.groupby(['co1','co2']): print(i) 可看出groupby是由groupby(by=‘’)的by里面的tuple + 全部字段+index+value来循环的