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 b385544 commit 77f1323Copy full SHA for 77f1323
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