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
COMPAT: Convert to native datatypes for Series.tolist()
closes#10904
Author: Gábor Lipták <[email protected]>
Closes#13050 from gliptak/npcompat1 and squashes the following commits:
4da83ac [Gábor Lipták] Convert to native datatypes for Series.tolist()
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+26
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,32 @@ API changes
41
41
- Non-convertible dates in an excel date column will be returned without conversion and the column will be ``object`` dtype, rather than raising an exception (:issue:`10001`)
42
42
43
43
44
+
.. _whatsnew_0182.api.tolist:
45
+
46
+
``Series.tolist()`` will now return Python types
47
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
+
49
+
``Series.tolist()`` will now return Python types in the output, mimicking NumPy ``.tolist()`` behaviour (:issue:`10904`)
0 commit comments