I have a dataframe with a column called 'Name' that contains ordered items. Here is an example of what the data inside the column looks like:
I want to split each cell so that I can get a list of unique items ordered or split the contents of each cell and for each menu item += 1 to the counter.
I cannot seem to figure out how to go about splitting the cell contents to append them to a list so that I can then run a for loop of some kind and find out the unique count for each item.