Sample - analyze and anonymize csv file (#990)

This commit is contained in:
Nava Vaisman Levy
2022-12-29 14:59:06 +02:00
committed by GitHub
parent bab214f2d8
commit aab4d20ee7
4 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
id,name,city,comments
1,John,New York,called him yesterday to confirm he requested to call back in 2 days
2,Jill,Los Angeles,accepted the offer license number AC432223
3,Jack,Chicago,need to call him at phone number 212-555-5555
1 id name city comments
2 1 John New York called him yesterday to confirm he requested to call back in 2 days
3 2 Jill Los Angeles accepted the offer license number AC432223
4 3 Jack Chicago need to call him at phone number 212-555-5555