Challenge 5: Mask Data for Privacy

< Previous Challenge - Home - Next Challenge >

Introduction

My team says that I don’t give them enough privacy…

…at least that’s what their sent emails say.

Description

The powerlifting event data contains participants first and last names. This falls within the terms of use for the current data set. However, the federation is planning some data analysis and data sharing initiatives that may require limiting the use of identifiying information.

As a trial of capabilities, the data privacy team has asked you to implement masking of first and last names.

The suggested masking should correctly show the first two characters of the foirst and last name. All subsequent characters should be replaced with an “x”.

Success Criteria

Learning Resources