{"id": 814984317021495298, "date": "2016-12-30", "time": "18:59:37", "timezone":
"-0400", "replies_count": 7708, "username": "im_theantitrump"}
{"id": 814984316195311616, "date": "2016-12-30", "time": "18:59:37", "timezone":
"-0400", "replies_count": 25772, "username": "bishyoucray2"}
My json file looks like that. How to create pandas dataframe with "date" and "replies count" without duplicates and in ascending date order? My current code drops one of the headers names and mixing dates sorting. df['date'].value_counts()