Basically I am running an API call to grab data from the census bureau for around 500 people. Here is the API pdf https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.pdf I am trying to import my csv file into jupyter notebook and basically have the resulting json information be outputted into a csv. I have had trouble automating the entire csv file. I figured putting the json into a single dictionary (by concatenating) then converting to csv? I have been confused on how to add all the json information into one file or should I add each separate json data into the csv and keep adding on? Any help would be great!
Heres what I have seen so far in terms of info: https://www.techwalla.com/articles/how-to-convert-json-to-csv-in-python https://www.geeksforgeeks.org/convert-json-to-dictionary-in-python/ combine two json dictionary python
https://stackoverflow.com/questions/65784961/how-to-import-data-from-csv-into-python-then-export-the-data-into-another-csv January 19, 2021 at 11:04AM
没有评论:
发表评论