I have the following xlsx file,
I would like to load it in Python with a DataFrame, re-arrange the DF such that we have
As you can see, I want to ignore 'Color' or any other column that is not in my second image. Can you help please ? Thanks
I have the following xlsx file,
I would like to load it in Python with a DataFrame, re-arrange the DF such that we have
As you can see, I want to ignore 'Color' or any other column that is not in my second image. Can you help please ? Thanks