P20WCommunityOfInnovation / DAR-T

Apache License 2.0
3 stars 0 forks source link

Add validation that sensitive columns exist to duplication check #85

Closed sethltaylor closed 8 months ago

sethltaylor commented 8 months ago

The function currently allows sensitive columns to be None, but this raises an error when we check for duplicates in sensitive columns. Since we need at least one sensitive column, we should add an input validation check for this and raise an error if at least one sensitive column isn't specified.

sethltaylor commented 8 months ago

Closed by #90