单项选择题


df的预览如上图所示:
df.groupby(’class’)
输出结果为:()

A.按class分类的三个dataframe
B.三种class的计数结果
C.groupby对象
D.无任何输出