There’s a tension inside data science between transparency and protection. Without data collection and the free movement of information, data science wouldn’t exist, but the more information you gather, the more complicated protection becomes.
Data scientists need to figure out how to make sure data is both secure and accessible (for when lawful disclosure is required). They need to make data shareable, but also allow people to retract information, if necessary. When working on big projects across multiple countries, they also have to comply with overlapping privacy regulations.
There are a few ways to tackle these challenges. Data Anonymization is one: de-identifying collected data and separating the information from the real people to which it applies. In fact many data privacy regulations, including the GDPR, have made data anonymization a direct requirement. From a business standpoint, this isn’t ideal – data anonymization isn’t reversible, and if you scrub all personal information from collected data, it’s pretty hard to actually use it for anything. Data Generalisation is an alternative, where companies ‘clump’ data into broad categories (age groups, geographical areas etc), while making sure the data can’t be converted back into its granular form.
These measures are becoming more standard across various industries, but they’re not 100 per cent effective…