[BUG] as_column
of pandas timestamps delivers different resolution datetime depending on whether we pass a scalar or list
#14627
Labels
bug
Something isn't working
Describe the bug
Expected behavior
The resolution should be inferred consistently. Note that
cudf.Scalar(data)
infers the same (nanosecond) resolution asas_column([data])
.The text was updated successfully, but these errors were encountered: