You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Other Enhancements
34
34
- ``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`)
35
35
- ``RangeIndex.append`` now returns a ``RangeIndex`` object when possible (:issue:`16212`)
36
36
- :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`)
37
+
- :func:`api.types.infer_dtype` now infers decimals. (:issue: `15690`)
0 commit comments