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
1) Patches `float` handling by reducing the "closeness" level when
checking conversions. 2) Patches `uint` handling by allowing casts to
`uint` dtypes of equal or lesser size to `int64` (when values are less
than `INT64_MAX` Closes#14941. Follow-up to #15005.
Author: gfyoung <[email protected]>
Closes#15024 from gfyoung/to-numeric-uint and squashes the following commits:
9e35819 [gfyoung] BUG: Patch float and uint handling in to_numeric
0 commit comments