@@ -257,7 +257,7 @@ has been changed to make this keyword unnecessary - the change is shown below.
257
257
Other enhancements
258
258
^^^^^^^^^^^^^^^^^^
259
259
260
- - ``pd.read_sql`` and ``to_sql`` can accept database URI as con parameter (:issue:`10214`)
260
+ - ``pd.read_sql`` and ``to_sql`` can accept database URI as `` con`` parameter (:issue:`10214`)
261
261
- Enable ``pd.read_hdf`` to be used without specifying a key when the HDF file contains a single dataset (:issue:`10443`)
262
262
- Enable writing Excel files in :ref:`memory <_io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
263
263
- Enable serialization of lists and dicts to strings in ``ExcelWriter`` (:issue:`8188`)
@@ -444,7 +444,7 @@ We have also deprecated and changed similar methods in two Series-like classes,
444
444
Previous Replacement
445
445
================================== ====================================
446
446
\* ``Index.order()`` ``Index.sort_values()``
447
- \* ``Categorical.order()`` ``Categorical.sort_values``
447
+ \* ``Categorical.order()`` ``Categorical.sort_values() ``
448
448
================================== ====================================
449
449
450
450
.. _whatsnew_0170.api_breaking.to_datetime:
@@ -817,7 +817,7 @@ Other API Changes
817
817
^^^^^^^^^^^^^^^^^
818
818
819
819
- 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`)
820
- - Calling the ``.value_counts`` method on a Series with ``categorical`` dtype now returns a Series with a ``CategoricalIndex`` (:issue:`10704`)
820
+ - Calling the ``.value_counts() `` method on a Series with ``categorical`` dtype now returns a Series with a ``CategoricalIndex`` (:issue:`10704`)
821
821
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
822
822
- The metadata properties of subclasses of pandas objects will now be serialized (:issue:`10553`).
823
823
- ``groupby`` using ``Categorical`` follows the same rule as ``Categorical.unique`` described above (:issue:`10508`)
@@ -848,7 +848,7 @@ Deprecations
848
848
Deprecated Function Replacement
849
849
===================== =================================
850
850
``.irow(i)`` ``.iloc[i]`` or ``.iat[i]``
851
- ``.iget(i)`` ``.iloc[i]``
851
+ ``.iget(i)`` ``.iloc[i]`` or ``.iat[i]``
852
852
``.iget_value(i)`` ``.iloc[i]`` or ``.iat[i]``
853
853
===================== =================================
854
854
@@ -987,7 +987,7 @@ Bug Fixes
987
987
- Bug in ``Series.shift`` and ``DataFrame.shift`` not supporting categorical data (:issue:`9416`)
988
988
- Bug in ``Series.map`` using categorical ``Series`` raises ``AttributeError`` (:issue:`10324`)
989
989
- Bug in ``MultiIndex.get_level_values`` including ``Categorical`` raises ``AttributeError`` (:issue:`10460`)
990
- - Bug in ``pd.get_dummies`` with `sparse=True` not returning ``SparseDataFrame`` (:issue:`10531`)
990
+ - Bug in ``pd.get_dummies`` with `` sparse=True` ` not returning ``SparseDataFrame`` (:issue:`10531`)
991
991
- Bug in ``Index`` subtypes (such as ``PeriodIndex``) not returning their own type for ``.drop`` and ``.insert`` methods (:issue:`10620`)
992
992
- Bug in ``algos.outer_join_indexer`` when ``right`` array is empty (:issue:`10618`)
993
993
0 commit comments