Date Offsets¶
Bodo supports a subset of the offset types in pandas.tseries.offsets
:
DateOffset¶
pd.tseries.offsets.DateOffset
pd.tseries.offsets.MonthBegin
pd.tseries.offsets.MonthEnd
pd.tseries.offsets.Week
Properties¶
Binary Operations¶
For all offsets, addition and subtraction with a scalar
datetime.date
, datetime.datetime
or pandas.Timestamp
is supported. Multiplication is also supported with a scalar integer.