File tree 2 files changed +10
-14
lines changed
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`)
272
272
df[' 2019-01-01 12:00:00+04:00' :' 2019-01-01 13:00:00+04:00' ]
273
273
274
274
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
-
287
275
.. _whatsnew_0250.api_breaking.multi_indexing :
288
276
289
277
Original file line number Diff line number Diff line change @@ -31,12 +31,20 @@ Other enhancements
31
31
32
32
.. _whatsnew_1000.api_breaking :
33
33
34
- -
35
- -
36
34
37
35
Backwards incompatible API changes
38
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
37
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
+
40
48
.. _whatsnew_1000.api.other :
41
49
42
50
- :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