How to parse with pandas .pd 1st row from an excel file to a String Array
I have the following data array ( ‘first_row’ from the following code ) as object parsed with pandas from an .xlsx file ( 1st row ) and I want to transform it in a list vector and I do not know how to parse it further. Can you help me?