I have an excel file in which one of the columns has multiple values seperated by a comma (please see the attached image)
For the StuType column, the numbers go all the way from 1 to 13 including some blank rows (as can be seen in ResponseID = 8538 and 8562).
I am reading the file into pandas. The goal is to have 13 different columns with values 0 and 1 in there. My question is very similar to this one, however, both the solutions suggested there do not work for me.
Can someone please help me? Thank you so very much!