I have a dataframe with n columns and n rows. Some of the cells contain multiple values seperated by ";" I can't figure out how to run through every cell in the dataframe and if I encounter this to sperate the cell into multiple cells.
The image above is in a google sheet but I need a solution for a pandas dataframe.
A appreciate any help in advance thank you :)