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.
append!
cols = :subset
Thanks for your help.