Deprecate offset
property of Timestamp
· Issue #6815 · pandas-dev/pandas (original) (raw)
Weird to deprecate offset keyword argument and not offset property. See #6813 for more context. If we do this, need to:
- Add getter/setter/deleter property that warns on usage.
- Migrate all code that refers to
Timestamp.offset
to useTimestamp.freq
instead.
Then we could remove a few versions from now (hopefully pre-1.0)