Open
Description
The args/kwargs to this method are currently documented as:
*args, **kwargs
Possible arguments arehow
,fill_method
,limit
,kind
andon
, and other arguments ofTimeGrouper
.
I think we should instead have these argument as being keyword arguments to groupby.resample and a test that ensures the arguments to TimeGrouper are a subset of the arguments to this method.
Also, it looks like some of these arguments, how, fill_method, and limit, are entirely ignored? But I haven't checked thoroughly.
cc @mroeschke