I have this dataframe:
where the column items is a list of dictionnary with multiple 'item_id' and 'item_name' key. And I would like to split all these informations in the same dataframe like this:
CodePudding user response:
I have this dataframe:
where the column items is a list of dictionnary with multiple 'item_id' and 'item_name' key. And I would like to split all these informations in the same dataframe like this:
CodePudding user response: