Open
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.SeriesGroupBy.resample.html
https://pandas.pydata.org/docs/search.html?q=timegrouper
Related:
Documentation problem
I'm learning how to use resample
and it says:
*args, **kwargs
Possible arguments are how, fill_method, limit, kind and on, and other arguments of TimeGrouper.
But I can't find where those parameters are documented. I thought TimeGrouper
would have its own page in the documentation. If not, maybe it should be documented under Grouper
? I'm not sure.
At least, it looks like the parameters are covered, at least in part, in the User Guide: Time series / date functionality
For reference, TimeGrouper
is defined here on the current tip of main.
Suggested fix for documentation
I don't know, I just got here.