PandasSchema
PandasSchema copied to clipboard
Is there a way to compare date field?
Is there a way to compare date field? Like say, for a column that is of time DateTime, I want to check that all dates are greater than 15/12/2020.
Not by default, no. But it should be a fairly trivial CustomSeriesValidation
(see docs). Plus, I would love a PR for a built-in InDateRange
or similar. Possibly even make the InRangeValidation
work on multiple different types.