Differential Privacy Federated Learning using CSV file

I wan to develop federated learning model and implement differential privacy using tensorflow privacy, my problem with how to use my own csv data file? any help will be appreciated.

Best
Mirwais

I’ll use a different CSV dataset, but this should still address the core of this question, which is how to create a federated dataset from a CSV. Let’s also assume that there is a column in that dataset which you would like to represent the client_ids for your data.