Using python's pandas library to clean an excel file. Single column contains comma separated ids. Loading data into a pandas dataframe. Data is then reshaped into long format so that each row only contains a single id entry by using panda's explode dataframe function.