parsing python to csv
- by user185955
I'm trying to download some game stats to do some analysis, only problem is each season the data their isn't 100% consistent.
I grab the json file from the site, then wish to save it to a csv with the first line in the csv containing the heading for that column, so the heading would be essentially the key from the python data type.
#!/usr/bin/env…