当前位置:  开发笔记 > 编程语言 > 正文

Python,Pandas:GroupBy属性文档

如何解决《Python,Pandas:GroupBy属性文档》经验,为你挑选了0个好方法。

在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

我在哪里可以找到有关这些属性/做什么的文档?使用?in Jupyter不会显示他们的文档.

推荐阅读
TXCWB_523
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有