[BUG] Assigning incompatible NA
types to a column is leading to implicit conversions
#14218
Labels
bug
Something isn't working
Describe the bug
When we try assigning
cudf.NaT
to non datetime/timedelta types, we are implicitly type-casting tocudf.NA
. Pandas actually assignobject
dtype or raises incase of nullable dtypes.Steps/Code to reproduce bug
Expected behavior
Raise an error.
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: