pandas.tseries.offsets.BusinessHour.copy#
- BusinessHour.copy()#
- Return a copy of the frequency. - Examples - >>> freq = pd.DateOffset(1) >>> freq_copy = freq.copy() >>> freq is freq_copy False 
Site Navigation
Return a copy of the frequency.
Examples
>>> freq = pd.DateOffset(1)
>>> freq_copy = freq.copy()
>>> freq is freq_copy
False