File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -272,18 +272,6 @@ is respected in indexing. (:issue:`24076`, :issue:`16785`)
272272 df[' 2019-01-01 12:00:00+04:00' :' 2019-01-01 13:00:00+04:00' ]
273273
274274
275- .. _whatsnew_0250.api_breaking.MultiIndex._names :
276-
277-
278- ``MultiIndex.levels `` do not hold level names any longer
279- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280-
281- A :class: `MultiIndex ` previously stored the level names as attributes of each of its
282- :attr: `MultiIndex.levels `. From Pandas 0.25, the names are only accessed through
283- :attr: `MultiIndex.names ` (which was also possible previously). This is done in order to
284- make :attr: `MultiIndex.levels ` more similar to :attr: `CategoricalIndex.categories `.
285-
286-
287275 .. _whatsnew_0250.api_breaking.multi_indexing :
288276
289277
Original file line number Diff line number Diff line change @@ -31,12 +31,20 @@ Other enhancements
3131
3232.. _whatsnew_1000.api_breaking :
3333
34- -
35- -
3634
3735Backwards incompatible API changes
3836~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3937
38+ .. _whatsnew_1000.api_breaking.MultiIndex._names :
39+
40+ ``MultiIndex.levels `` do not hold level names any longer
41+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42+
43+ - A :class: `MultiIndex ` previously stored the level names as attributes of each of its
44+ :attr: `MultiIndex.levels `. From Pandas 1.0, the names are only accessed through
45+ :attr: `MultiIndex.names ` (which was also possible previously). This is done in order to
46+ make :attr: `MultiIndex.levels ` more similar to :attr: `CategoricalIndex.categories ` (:issue`27242`:).
47+
4048.. _whatsnew_1000.api.other :
4149
4250- :class: `pandas.core.groupby.GroupBy.transform ` now raises on invalid operation names (:issue: `27489 `).
You can’t perform that action at this time.
0 commit comments