Skip to content

Commit 6ef79cc

Browse files
committed
DOC: added issue reference for OHLC resampling
1 parent 0c9f135 commit 6ef79cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/resample.py

+1
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ def _downsample(self, how, **kwargs):
832832
return self._groupby_and_aggregate(how, grouper=self.grouper)
833833
elif is_superperiod(ax.freq, self.freq):
834834
if how == 'ohlc':
835+
# GH #13083
835836
# upsampling to subperiods is handled as an asfreq, which works
836837
# for pure aggregating/reducing methods
837838
# OHLC reduces along the time dimension, but creates multiple

0 commit comments

Comments
 (0)