Skip to content

Commit 02dc7d0

Browse files
add whatsnew
1 parent 50dfc4f commit 02dc7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ Other Enhancements
518518
- :method:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
519519
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
520520
- ``pd.read_csv()`` now supports the ``error_bad_lines`` and ``warn_bad_lines`` arguments for the Python parser (:issue:`15925`)
521+
- The ``display.show_dimensions`` option can now also be used to specify
522+
whether the length of a ``Series`` should be shown in its repr (:issue:`7117`).
521523
- ``parallel_coordinates()`` has gained a ``sort_labels`` keyword arg that sorts class labels and the colours assigned to them (:issue:`15908`)
522524

523525

@@ -1560,6 +1562,7 @@ I/O
15601562
- Bug in ``pd.read_hdf()`` passing a ``Timestamp`` to the ``where`` parameter with a non date column (:issue:`15492`)
15611563
- Bug in ``DataFrame.to_stata()`` and ``StataWriter`` which produces incorrectly formatted files to be produced for some locales (:issue:`13856`)
15621564
- Bug in ``StataReader`` and ``StataWriter`` which allows invalid encodings (:issue:`15723`)
1565+
- Bug in the ``Series`` repr not showing the length when the output was truncated (:issue:`15962`).
15631566

15641567
Plotting
15651568
^^^^^^^^

0 commit comments

Comments
 (0)