I am wondering how to smooth out the pandas nested framework as shown in the attached picture. 
The nested attribute is specified by the "data" field. In short: I have a list of participants (indicated by "member_id"), and they sent responses ("data") at different times. I need to create a wide data frame, where for each participant at each timestamp there is a row of records of their data ("q1", "q2", ..., "summary")
Thank you very much in advance!
source
share