You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REF: move freq handling out of DTA._from_sequence_not_strict, move _with_freq logic to Index
- Remove freq parameter from DTA._from_sequence_not_strict; it no longer
reads data.freq or calls _maybe_pin_freq
- DTI.__new__ now extracts freq from incoming data and calls _maybe_pin_freq
externally, following the pattern established for TDI in pandas-dev#65162
- Move _with_freq freq-resolution logic to DatetimeTimedeltaMixin._with_freq
so the Index resolves "infer" before delegating to the array
- Relax array _with_freq to accept BaseOffset on non-empty arrays (needed
since the Index now resolves "infer" to an offset before passing down)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments