File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -494,8 +494,7 @@ Other API Changes
494
494
^^^^^^^^^^^^^^^^^
495
495
496
496
- Line and kde plot with ``subplots=True`` now uses default colors, not all black. Specify ``color='k'`` to draw all lines in black (:issue:`9894`)
497
- - Calling the ``.value_counts`` method on a Series with ``categorical`` dtype now returns a
498
- Series with a ``CategoricalIndex`` (:issue:`10704`)
497
+ - Calling the ``.value_counts`` method on a Series with ``categorical`` dtype now returns a Series with a ``CategoricalIndex`` (:issue:`10704`)
499
498
- Enable writing Excel files in :ref:`memory <_io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
500
499
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
501
500
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
You can’t perform that action at this time.
0 commit comments