Is there a way to implement differential privacy on a Pandas data frame comprising non-numeric entries? Specifically, if I input the Pandas data frame, can I get a new data frame which is differentially private?
I am aware of a couple of packages for differential privacy, but not sure how to go about it. Any suggestions/directions shall be much appreciated.
Thanks!