I have 2 dataframes with the same headers similar to that.
Jul X1 X2 X3 X4 X5
The sizes of each data are:
D1:
nrowA=2191, ncolA= 51.
nrowB=366, ncolB= 51.
Actually, I have exacly the same columns in each dataframe. The first dataframe is daily data of temperature for 04 years while the second data is a "reference". I want to do (A-B) where the first column (Jul) of each dataframe does match. Could you please advise me with a method to do that in AVOIDING loops. Cheers