Skip to content

Commit 9a7c017

Browse files
add whatsnew
1 parent b043274 commit 9a7c017

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ Other Enhancements
371371
- :func:`MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
372372
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
373373
- ``pd.read_csv()`` now supports the ``error_bad_lines`` and ``warn_bad_lines`` arguments for the Python parser (:issue:`15925`)
374-
374+
- The ``display.show_dimensions`` option can now also be used to specify
375+
whether the length of a ``Series`` should be shown in its repr (:issue:`7117`).
375376

376377
.. _ISO 8601 duration: https://en.wikipedia.org/wiki/ISO_8601#Durations
377378

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

12771279
Plotting
12781280
^^^^^^^^

0 commit comments

Comments
 (0)