pandas数据帧上的Groupby函数

时间:2017-03-02 15:17:41

标签: pandas dataframe

如果我在col1上索引数据帧并在col1上调用groupby,则获取KeyError。

filtered_df = filtered_df.set_index("STNAME")
for group, frame in filtered_df.groupby('STNAME'):

KeyError:'STNAME'

如果删除索引,则工作正常。但是groupby可以在任何列上吗?

0 个答案:

没有答案