Json – Separate nested dict inside a series column of a dataframe
Trying to extract the username from the author column of the dataframe for each row, the author column is series & the individual values inside author is a dictionary. Converting the author column directly to df & & changing the…