File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,8 @@ Other Enhancements
371
371
- :func:`MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
372
372
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
373
373
- ``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`).
375
376
376
377
.. _ISO 8601 duration: https://en.wikipedia.org/wiki/ISO_8601#Durations
377
378
@@ -1273,6 +1274,7 @@ I/O
1273
1274
- Bug in ``pd.read_hdf()`` passing a ``Timestamp`` to the ``where`` parameter with a non date column (:issue:`15492`)
1274
1275
- Bug in ``DataFrame.to_stata()`` and ``StataWriter`` which produces incorrectly formatted files to be produced for some locales (:issue:`13856`)
1275
1276
- 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`).
1276
1278
1277
1279
Plotting
1278
1280
^^^^^^^^
You can’t perform that action at this time.
0 commit comments