Skip to content

Commit b291b62

Browse files
committed
Add enhancement from issue #15690
1 parent e7e67e8 commit b291b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Other Enhancements
3434
- ``Series.to_dict()`` and ``DataFrame.to_dict()`` now support an ``into`` keyword which allows you to specify the ``collections.Mapping`` subclass that you would like returned. The default is ``dict``, which is backwards compatible. (:issue:`16122`)
3535
- ``RangeIndex.append`` now returns a ``RangeIndex`` object when possible (:issue:`16212`)
3636
- :func:`to_pickle` has gained a protocol parameter (:issue:`16252`). By default, this parameter is set to `HIGHEST_PROTOCOL <https://docs.python.org/3/library/pickle.html#data-stream-format>`__
37+
- ``lib.infer_dtype`` now infers decimals. (:issue: `15690`)
3738

3839
.. _whatsnew_0210.api_breaking:
3940

0 commit comments

Comments
 (0)