converting a dictionary of nested lists into a row in a data frame
I have some data (shown below), which is a dictionary of nested lists of dictionaries.
I want to make the whole dictionary into one row. A very wide row.
At present I can get my desired result. It is quite long and not very elegant.
I’d like to get better at writing more concise code, and hopefully more computationally efficient code.