I have a excel file which looks below
Name, Image
iris, jpgimage
rose,jpgimage
Image column contains images of the Name column. I tried to read the file but image column coming as Nan
import pandas as pd
df = pd.read_excel('z.xlsx')
- Adding on more question can i save the images with name of first column?
Is there any alternate way to save the images with name of first column?
Like in folder it will save as rose.jpg, iris.jpg