I am trying to join two DataFrames with no matching columns.
Please refer to the pics attached.
Thanks in advance.
I am trying to join two DataFrames with no matching columns.
Please refer to the pics attached.
Thanks in advance.
I think you want to use append!
with cols = :subset
.
Thanks for your help.