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.18.2.txt
+1
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Other enhancements
79
79
- ``Index.astype()`` now accepts an optional boolean argument ``copy``, which allows optional copying if the requirements on dtype are satisfied (:issue:`13209`)
80
80
- ``Categorical.astype()`` now accepts an optional boolean argument ``copy``, effective when dtype is categorical (:issue:`13209`)
81
81
82
+
- The ``pd.read_html()`` has gained support for the ``decimal`` option (:issue:`12907`)
0 commit comments