How to convert image into csv file

how to convert image into csv file

Hey @saieadara, just store your numpy array representation of image into a pandas Dataframe. Then simply use the pandas function df.tocsv() to convert your dataframe into a csv file. You can read the documentation of df.tocsv() to see the parameters used in the function !

I hope this helps ! :+1:
Happy Learning ! :slightly_smiling_face:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.