diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Take account of null and suppressed values in categorical sample generation. #244

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

When generating values for a categorical column, include null as a category, and exclude suppressed values.

Fixes #242