Open
Description
Discussed on today's call, this issue to discuss potential changes we may want to make in 3.0 that are too big or cumbersome to deprecate.
- offsets.Day DST behavior BUG/API: implement DayDST #44364
- API: return "correct" missing value scalar from Categorical? #29962
- API: Default to stdlib timezone objects instead of pytz #34916
-
Index.__eq__(Series)
return NotImplemented DEPR: Index == Series should return NotImplemented #36759 - concat with empty or all-NA entries API: value-dependent behaviour in concat with all-NA data #40893, API: concatting of Series/DataFrame - handling (not skipping) of empty objects #39122
- API: Index.__array_wrap__ stop special-casing bool dtype #52676
- Have MultiIndex attributes return tuple instead of FrozenList API: Change MultiIndex.levels/codes to use
tuple
instead ofFrozenList
? #53531 - REF: Proposal: change
DataFrame.to_excel
to output unformatted excel file #54154