What is the simplest way to concatenate two dataframes with some columns matching and some missing in one of them?
Eg.
df_1
df_2
wanted:
Thank you for any help :)
What is the simplest way to concatenate two dataframes with some columns matching and some missing in one of them?
Eg.
df_1
df_2
wanted:
Thank you for any help :)