79225400

Date: 2024-11-26 05:21:24
Score: 1
Natty:
Report link

This may get you closer to your desired output:

import json
from pandas import json_normalize
info = json.loads(resp.json)
fileaction = json_normalize(info)
fileaction.to_csv(filename, index=False, encoding='utf-8')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SharpSignals