JSON and data frames

Step 1: create the columns

df_col |> 
  unnest_wider(x)
## # A tibble: 1 × 2
##   x          y         
##   <list>     <list>    
## 1 <list [3]> <list [3]>