Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8935301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:57:36+00:00 2026-06-15T09:57:36+00:00

new one for me — I’m assuming this is fairly easy, but I’ve never

  • 0

new one for me — I’m assuming this is fairly easy, but I’ve never worked with arrays before, so I’m curious as to how it works.

I have a dict of dicts, like so:

{'bob': {'a':1, 'b':2, ...}, 'joe': {'a':2, 'c':3, ...} ...}

I’d like to turn it into an array so I can write it to a CSV and then turn it into a heatmap using R. I was trying to cheat and just write each nested dict to an individual row, but of course that won’t work because not every key is present in every nested dict. simple, right?

desired output would look like (in tabular form):

,a,b,c
bob,1,2,0
joe,2,0,3
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:57:37+00:00Added an answer on June 15, 2026 at 9:57 am

    If your columns are fixed, you could simply do something like:

    cols = ['a', 'b', 'c']
    csv.writerow([''] + cols)
    for name, values in data.iteritems():
        csv.writerow([name] + [values.get(c, 0) for c in cols])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a new one I have never seen before. I have a gridview
This is related to my other question but I am openning a new one
So I know this problem isn't a new one, but I'm trying to wrap
This is a new one for me: What does this error indicate? /usr/bin/perl: bad
I am trying to close a memcached connection to start a new one. But
Before anyone rips me a new one...I HAVE PERMISSION to hotlink images from an
I initialize new Thread in service but when i start service the new one
I am putting together an old post here with this new one. My main
This concept is a new one for me -- I first came across it
Ok this is a new one for me. Basically I have a table articles:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.