I have two data frames.
DF1
col1 col2
price($) price(#)
dimension(m) dimension(inch)
color1 color2
DF2
toyname price($) price(#) dimension(m) dimension(inch) color1 color2
t1 2 12 11 21 gr re
t2 3 13 10 20 bl re
t3 12 23 20 30 ye bl
I am looking for making individual dataframes for each toyname from DF2 using template of DF1:
t1
col1 col2
2 12
11 21
gr re
t2
col1 col2
3 13
10 20
bl re