I`ve got the DataFrame with nested json inside the extra_data column
when I try to use pd.json_normalize(transactions['extra_data'])
I get a
'str' object has no attribute 'values'
error.
Is there any way to solve this? The dataframe is taken straight from the database, so that`s not a csv file or something