So, I've an excel file and that I have already converted in pandas dataframe, I've done some analysis on it already but there's an issue that I'm facing in it, that is is of how can I separate multiple values that are given in a same row, they're differentiated using a) name1 ; b) name2
As a beginner in pandas I'm unable to work upon a logic which can frame out the multiple values that are given in the column.
This is the dataset that I'm working on and I'm unsure how can I differentiate the multiple values that are given in the same row.