multimeric/PandasSchema

Question: How to validate if all value in column are unique?

kevalkothari opened this issue · 2 comments

Also is it possible to validate combination of two field value as unique ?

How to validate if all value in column are unique

Use IsDistinctValidation

Also is it possible to validate combination of two field value as unique ?

Currently, no, because the current release only supports per-Series validations. In the new major version this should be possible. I'll update this issue when it's released.

Closing in favour of the more general #57 that I just opened.