在Groupby文档中,在该页面的该级别: http://pandas.pydata.org/pandas-docs/stable/groupby.html#groupby-object-attributes
如果向下滚动一下,您会看到它们是所有可用groupby属性的列表:
gb.agg gb.boxplot gb.cummin gb.describe gb.filter gb.get_group gb.height gb.last gb.median gb.ngroups gb.plot gb.rank gb.std gb.transform
gb.aggregate gb.count gb.cumprod gb.dtype gb.first gb.groups gb.hist gb.max gb.min gb.nth gb.prod gb.resample gb.sum gb.var
gb.apply gb.cummax gb.cumsum gb.fillna gb.gender gb.head gb.indices gb.mean gb.name gb.ohlc gb.quantile gb.size gb.tail gb.weight
我在哪里可以找到有关这些属性/做什么的文档?使用Jupyter中的?
不会显示他们的文档。
答案 0 :(得分:2)
答案 1 :(得分:0)
在这里您还可以找到有关属性的文档: https://pandas.pydata.org/pandas-docs/stable/reference/groupby.html