I have two dataframes both have 2 columns (2 variables).
I was thinking that I could use something similar to vlookup in excel? And maybe I could create a new dataset using for loop and put the quotients in this dataset I don't know how exactly I could do that.
(I ALSO NEED TO PUT THE VALUES IN A DATASET so the suggested post does not answer my question completely)
example:
dataframe1
number amount
 1  2
 2  3
 3  4
dataframe2
number amount
 1  5
 2  6
 4  2
   
 
 
    