You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reference for DataFrame.groupby is absent of any reference to iterating through groups, which seems like a fairly critical piece of information (I ended up brewing my own solution, before eventually finding the user guide link). A link to the user guide is included, but it's easy to miss.
Suggested fix for documentation
The documentation could be improved by including some suggestions of what one might find in the user guide. For example, the text "See the user guide for more." could be replaced with something like the following:
See the user guide for detailed usage and examples, including splitting an object into groups, iterating through groups, selecting a group, aggregation, and more.
The text was updated successfully, but these errors were encountered:
master
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.groupby.html
Documentation problem
The reference for
DataFrame.groupby
is absent of any reference to iterating through groups, which seems like a fairly critical piece of information (I ended up brewing my own solution, before eventually finding the user guide link). A link to the user guide is included, but it's easy to miss.Suggested fix for documentation
The documentation could be improved by including some suggestions of what one might find in the user guide. For example, the text "See the user guide for more." could be replaced with something like the following:
The text was updated successfully, but these errors were encountered: