REF: rename DateOffset -> RelativeDeltaOffset #48262
Labels
Deprecate
Functionality to remove in pandas
Frequency
DateOffsets
Needs Discussion
Requires discussion from core team before further action
Uh oh!
There was an error while loading. Please reload this page.
It used to be that DateOffset was the base class and all other offsets subclassed it. Now BaseOffset is the base class that everything subclasses, RelativeDeltaOffset holds the old-DateOffset logic, and DateOffset is a thin wrapper around RelativeDeltaOffset to make old
isinstance(obj, DateOffset)
checks work.It'd be nice if we could expose RelativeDeltaOffset without wrapping it as DateOffset.
The text was updated successfully, but these errors were encountered: