标签: python pandas dataframe data-science pandas-groupby
假设我将数据分组如下:
groups=df.groupby(['column1'])
现在我想知道每个组中的行数。