I have a CSV file, of the following type:
I need to reformat it to the following form:
Could you tell me please, how can column Column_B be divided into rows, but only so that column Column_A is filled with corresponding values according to column Column_B.
Thank you very much.


str.split, write csv back. did you attempt something?