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/v3.0.0.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,7 @@ Other API changes
404
404
- Index set operations (like union or intersection) will now ignore the dtype of
405
405
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
406
406
the dtype of the resulting Index (:issue:`60797`)
407
+
- Added :func:`pandas.api.types.is_implicit_conversion_to_float64` to check if there is a silent conversion to float64 between two dtypes(:issue:`61676`)
0 commit comments