Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: (maybe) JSON to CSV
Post: RE: (maybe) JSON to CSV

nilamo you are correct, eventually I am going to write it to a csv file. I thought it would be easier as a proof of concept to just print it to the screen first instead of having to keep reopening a f...
PythonNewbster General Coding Help 12 6,906 Oct-04-2017, 04:44 AM
    Thread: (maybe) JSON to CSV
Post: RE: (maybe) JSON to CSV

It was suggested in an an earlier post that I use CSV. I am clearly in no position to argue with anybody here. Just riding this out with all the set-backs and enjoying the mini successes.
PythonNewbster General Coding Help 12 6,906 Oct-03-2017, 10:01 PM
    Thread: (maybe) JSON to CSV
Post: RE: (maybe) JSON to CSV

Thank you Buran!!! Is there an elegant way to print out the values on one line. I went with this to start... for dicts in data: for key in dicts: print (dicts[key])Weak. It did work but ...
PythonNewbster General Coding Help 12 6,906 Oct-03-2017, 09:18 PM
    Thread: (maybe) JSON to CSV
Post: RE: (maybe) JSON to CSV

So after some mucking around I was able to actually load the data with json.load and print everything out to screen, which makes me feel like I am close to being able to actually do something with the...
PythonNewbster General Coding Help 12 6,906 Oct-03-2017, 07:44 PM
    Thread: (maybe) JSON to CSV
Post: RE: (maybe) JSON to CSV

Sadly, the output does indeed have commas at the end of each line. Do I need to whack the commas before I can even think to handle it with the json library? And thank you for pushing me to take this o...
PythonNewbster General Coding Help 12 6,906 Sep-28-2017, 03:52 PM
    Thread: (maybe) JSON to CSV
Post: (maybe) JSON to CSV

Hello All, I am an ABSOLUTE beginner and I am about to ramp things up by taking the MIT Open Courseware course. I also have "Python Crash Course" at the ready. I have some Unix command-line skills an...
PythonNewbster General Coding Help 12 6,906 Sep-28-2017, 04:34 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020