We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1093e5 commit ac16b63Copy full SHA for ac16b63
pandas/core/resample.py
@@ -1158,7 +1158,7 @@ def min(
1158
--------
1159
core.resample.Resampler.max : Compute max value of group.
1160
core.resample.Resampler.mean : Compute mean of groups, excluding missing values.
1161
- core.resample.Resampler.median : Compute median of groups, excluding missing
+ core.resample.Resampler.median : Compute median of groups, excluding missing
1162
values.
1163
1164
Examples
0 commit comments