pandas
SemiMonthBegin.copy()
Return a copy of the frequency.
Examples
>>> freq = pd.DateOffset(1) >>> freq_copy = freq.copy() >>> freq is freq_copy False
previous
pandas.tseries.offsets.SemiMonthBegin.day_of_month
next
pandas.tseries.offsets.SemiMonthBegin.is_anchored