-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasFrequencyDateOffsetsDateOffsetsNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
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.
pratyushsharan
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasFrequencyDateOffsetsDateOffsetsNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action