I have the following dataframe: DF_1 - Always with 1 row DF_2 - Multiple rows
I would like to make a left join of df_1 with df_2, and the rows from df_1 repeat to every row in df_2.
Tried to use the assign, join and merge operations!
I have the following dataframe: DF_1 - Always with 1 row DF_2 - Multiple rows
I would like to make a left join of df_1 with df_2, and the rows from df_1 repeat to every row in df_2.
Tried to use the assign, join and merge operations!