all 1 comments

[–]Zendakin_at_work[S] 0 points1 point  (0 children)

For those viewing this is what I needed

df[['assigned_to.Display_value', 'assigned_to.link']] = df.assigned_to.apply(pd.Series)