I dont know how to covert jpeg to csv in python

In challenge 1 we have to upload a CSV file may u please help me in how to convert a jpeg file to a CSV file

Hey @personifier997, Yeah I would be really happy to help you ! So to convert your image into a csv file I would suggest or recommend you to first store the numpy array of your image in a dataframe. And once you make a dataframe(df) , you can simply use the function df.to_csv() to convert the dataframe into a csv file. You can read the documentation of this function here.

I hope this clears your doubt !
Happy Learning ! :slightly_smiling_face: