jqnatividad / qsv

Blazing-fast Data-Wrangling toolkit
https://qsv.dathere.com
The Unlicense
2.52k stars 71 forks source link

add differential privacy support #2228

Open jqnatividad opened 1 month ago

jqnatividad commented 1 month ago

Sometimes, removing PII/HII is not enough when sharing data.

You still want the dataset to have the same statistical characteristics to support analysis while preserving privacy.

Differential Privacy addresses this requirement.

Use OpenDP to implement this on qsv pro. https://opendp.org/