I have two dataframes that are slightly different but have date as common and I would like to merge them into one with the left dframe as the columns:
Join will be on date and the columns in the right dataframe description = instrument, close = close, the rest can be left out.
I would also like the right dataframe to have Nan where there are dates where there is no data for it.
Thanks Ed