Json – Dictionary input in dataframe column
I'm trying to read a file with multiple columns. One such column is named 'answer', containing values that pretty much are Python dictionaries. Values include: {'number': '2', 'date': {'day': '', 'month': '', 'year': ''}, 'spans': []} and {'number': '', 'date':…