Closed
Description
-
PeriodIndex.freq
(mandatory), TST/ERR: Add Period ops tests / fix error message #13250 -
DatetimeIndex.tz
(mandatory) -
DatetimeIndex.freq
(addcheck_freq
option with default False, because lots of tests compare op result (lost freq) and expected result created bydate_range
(has freq)) -
TimedeltaIndex.freq
(same as above), TST/ERR: Add Period ops tests / fix error message #13250 -
CategoricalIndex
internals (.codes
and.categories
) (ref TST: assert_series/frame not comparing for categoricals #13076, addcheck_categorical
with default True), PR #TST: check internal Categorical #13249