Having a jsong format like this:
{'reputation_history_type': 'post_upvoted', 'reputation_change': 10, 'post_id': 12, 'creation_date': 1217553646, 'user_id': 1}, {'reputation_history_type': 'post_downvoted', 'reputation_change': 10, 'post_id': 2, 'creation_date': 1217540009, 'user_id': 3}
How is it possible to convert it to a dataframe? example of expected output:
reputation_history_type reputation_change post_id creation_date user_id