Skip to content

Commit 11d97db

Browse files
committed
DOC: Added note about missing comma
1 parent 4e48e88 commit 11d97db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/whatsnew/v0.23.0.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Storing Interval Data in Series and DataFrame
305305
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
306306

307307
Interval data may now be stored in a Series or DataFrame, in addition to an
308-
:class:`IntervalIndex` like before.
308+
:class:`IntervalIndex` like before (:issue:`19453`).
309309

310310
.. ipython:: python
311311

@@ -520,7 +520,8 @@ If you wish to retain the old behavior while using Python >= 3.6, you can use
520520
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
521521

522522
The ``.values`` attribute of an :class:`IntervalIndex` now returns an
523-
``IntervalArray``, rather than a NumPy array of :class:`Interval` objects.
523+
``IntervalArray``, rather than a NumPy array of :class:`Interval` objects
524+
(:issue:`19453`).
524525

525526
Previous Behavior:
526527

@@ -1133,6 +1134,7 @@ Indexing
11331134
- Bug in ``Index`` subclasses constructors that ignore unexpected keyword arguments (:issue:`19348`)
11341135
- Bug in :meth:`Index.difference` when taking difference of an ``Index`` with itself (:issue:`20040`)
11351136
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` in presence of entire rows of NaNs in the middle of values (:issue:`20499`).
1137+
- Bug in the ``IntervalIndex`` repr missing a trailing comma at the end of the "data" section (:issue`20611`)
11361138

11371139
MultiIndex
11381140
^^^^^^^^^^

0 commit comments

Comments
 (0)