skip to Main Content

Unable to Parse the JSON format data in python

The data that is being acquired by this code, is not being formatted into proper csv format. import requests import csv def Download_data(): s = requests.Session() headers = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66…

VIEW QUESTION
Back To Top
Search