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
Thanks for the report. Agreed this should be added. While adding it to the API docs will make it show up, it looks like the current docstring should also be greatly improved as well.
Pandas version checks
main
hereLocation of the documentation
"https://pandas.pydata.org/docs/dev/reference/groupby.html"
Documentation problem
There is no reference for
DataFrameGroupBy.expanding()
, even though it exists in APIE.g. consider working example:
It's undocumented behaviour
Suggested fix for documentation
Include reference of
DataFrameGroupBy.expanding
andSeriesGroupBy.expanding
, like for DataFrameGroupBy.rollingand SeriesGroupBy.rolling
The text was updated successfully, but these errors were encountered: