Skip to content

Commit ff94e3b

Browse files
committed
Fixes resampler for grouping kw bug #13235
1 parent 8e2f70b commit ff94e3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tseries/resample.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,7 @@ def get_resampler_for_grouping(groupby, rule, how=None, fill_method=None,
914914
return _maybe_process_deprecations(r,
915915
how=how,
916916
fill_method=fill_method,
917-
limit=limit,
918-
**kwargs)
917+
limit=limit)
919918

920919

921920
class TimeGrouper(Grouper):

0 commit comments

Comments
 (0)