ScalarInequality
and ScalarRange
Can’t Use datetime64
as datatype
#2217
Labels
bug
Something isn't working
Description
When applying the
ScalarInequality
orScalarRange
constraint on adatetime64
column in apd.DataFrame
, it raises anInvalidConstraintsError
. The error message indicates that the 'value' must be a datetime string in the correct format, even when a valid datetime string is provided. This prevents usingdatetime64
columns directly with theScalarInequality
constraint.Steps to reproduce
The text was updated successfully, but these errors were encountered: