File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,8 @@ Other Enhancements
518
518
- :method:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
519
519
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
520
520
- ``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`).
521
523
- ``parallel_coordinates()`` has gained a ``sort_labels`` keyword arg that sorts class labels and the colours assigned to them (:issue:`15908`)
522
524
523
525
@@ -1560,6 +1562,7 @@ I/O
1560
1562
- Bug in ``pd.read_hdf()`` passing a ``Timestamp`` to the ``where`` parameter with a non date column (:issue:`15492`)
1561
1563
- Bug in ``DataFrame.to_stata()`` and ``StataWriter`` which produces incorrectly formatted files to be produced for some locales (:issue:`13856`)
1562
1564
- 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`).
1563
1566
1564
1567
Plotting
1565
1568
^^^^^^^^
You can’t perform that action at this time.
0 commit comments