Have fetched info from mongo and it looks like this :
I want to expand part_list in such a way it looks like this :
Have checked this solution ( Expand nested dataframe into parent ), but it seems to not work in my case.
Also I am unable to create a dataframe like this to post a reproducible code here. How should I expand it ?
You can use
unnest()
intidyr
to expand a nested column.Data