skip to Main Content

Parse values from JSON body

I have the attached following actions parameter part of my JSON data. 'actions': [{'action_type': 'onsite_conversion.post_save', 'value': '1'}, {'action_type': 'link_click', 'value': '2'}, {'action_type': 'post', 'value': '3'}, {'action_type': 'post_reaction', 'value': '4'}, {'action_type': 'video_view', 'value': '5'}, {'action_type': 'post_engagement', 'value': '6'}, {'action_type': 'page_engagement', 'value':…

VIEW QUESTION

Pandas JSON Orient Autodetection

I'm trying to find out if Pandas.read_json performs some level of autodetection. For example, I have the following data: data_records = [ { "device": "rtr1", "dc": "London", "vendor": "Cisco", }, { "device": "rtr2", "dc": "London", "vendor": "Cisco", }, { "device":…

VIEW QUESTION
Back To Top
Search