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
*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.
And I just noticed I was looking at groupby-resample instead of plain resample. I'm not quite sure what the difference is, but the parameter documentation for plain resample seems to be much more thorough.
Pandas version checks
main
hereLocation 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: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 underGrouper
? 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.
The text was updated successfully, but these errors were encountered: