Federated learning on csv dataset

I am trying to build a federated learning model but I want to use csv dataset. I have many csv datasets and I want to divide it into clients. How can I make clients and make it distributed ?
Is there any tutorial regarding this ?

Hi @NIDHI ,

Could you please check below TFF Tutorials, which mighte help you to complete your training process and also you can check on TFF Github for more details

Thanks