I have a dict object. I am trying to convert to pandas table .
{'st_id': 1234, 'dep_id': [{'dept': 16, 'cat: [{'cat_nbr': 8}], 'f_data': [{'fid': '39.3', 'lid': '839.3'}, {'fid': '739.4', 'lid': '9.3'}]}]}
Needed the output in table format. Any suggestion for converting into tables