Skip to content

Commit fa6c1d3

Browse files
winklerandjreback
authored andcommitted
DOC: added issue reference for OHLC resampling
1 parent 73c0990 commit fa6c1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/resample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ def _downsample(self, how, **kwargs):
882882
return self._groupby_and_aggregate(how, grouper=self.grouper)
883883
elif is_superperiod(ax.freq, self.freq):
884884
if how == 'ohlc':
885+
# GH #13083
885886
# upsampling to subperiods is handled as an asfreq, which works
886887
# for pure aggregating/reducing methods
887888
# OHLC reduces along the time dimension, but creates multiple

0 commit comments

Comments
 (0)