read nested json inside csv file using pandas?
I have a csv file that with rows that looks like this:
dataframe to json columns with multiple values read as one string
I am trying to read a csv file into a dataframe to transform that into nested jsons. The deliminter in the csv file is ‘;’. After loading the data into a dataframe, following is what I get: