I need to convert this dict to dataframe/csv
data= {
"message": {
"id": 474735,
"token": "GI797jMv8FuG",
"direction": "outgoing",
"message_id": "t",
"to": "[email protected]",
"from": "[email protected]",
"subject": "Test Message at July 05, 2022 16:10",
"timestamp": 1657017652.063772,
"spam_status": "NotChecked",
"tag": null
},
"status": "Sent",
"details": "Message for accepted by aspmx.l.google.com (142.251.12.26) (from 49.248.200.108)",
"output": "250 2.0.0 OK 1657017654 f1-20020a63de01000000b0040d4ea0274fsi11524255pgg.697 - gsmtp\n",
"sent_with_ssl": false,
"timestamp": 1657017654.6172404,
"time": 1.26
}
I used this website https://www.convertcsv.com/json-to-csv.htm and I'm getting the output as I want but need the code to convert dict to dataframe so i can put this in my script please file the output table in the attachment
