price price
symbol date symbol date
AAPL 01/10/20 0 AAPL 01/10/20 130.03
02/10/20 0 02/10/20 131.54
MSFT 01/10/20 0 MSFT 01/10/20 130.03
02/10/20 0 02/10/20 131.54
I have 2 multi dimensional dataframes: df1 and df2 The indexes are identical.
How can I quickly "paste" the data of df2 onto df1 without a for loop? What is the fastest way?
Also, how can I paste only the data of ONE symbol?