Avatar

Franco Beatty

  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Comments

Recent activity by Franco Beatty Sort by recent activity Recent activity Votes
  • I have a nested json file which I need to convert to one record per line . Not sure exactly how to do this . Any help is greatly appreciated. with open("file") as jsonfile: js = json.load(jsonfile...