PandasSchema icon indicating copy to clipboard operation
PandasSchema copied to clipboard

Optional columns

Open Abhisek1994Roy opened this issue 4 years ago • 0 comments

Is there a way to have optional columns in the validation schema? Like, let's say we have a column age, where the validation is that the value needs to be >40. Now if the age column isn't present...that's fine. If it is, then all rows in it need to be >40.

Abhisek1994Roy avatar Jan 27 '21 06:01 Abhisek1994Roy