pandas.tseries.offsets.SemiMonthBegin.copy — pandas 2.2.3 documentation (original) (raw)
- API reference
- Date offsets
- pandas.tseri...
SemiMonthBegin.copy()#
Return a copy of the frequency.
Examples
freq = pd.DateOffset(1) freq_copy = freq.copy() freq is freq_copy False