We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f1323 commit c1886cdCopy full SHA for c1886cd
pandas/core/resample.py
@@ -2816,4 +2816,4 @@ def _apply(
2816
new_message=new_message,
2817
):
2818
result = grouped.apply(how, *args, include_groups=include_groups, **kwargs)
2819
- return result
+ return result
0 commit comments