Joining two DataFrames (no common column)

I am trying to join two DataFrames with no matching columns.

Please refer to the pics attached.

Thanks in advance.

Functions · DataFrames.jl!

I think you want to use append! with cols = :subset.

2 Likes

Thanks for your help.