I have two dataframes. The row names in both are dates. What I want to do is, I want to select all the common rows (having same dates) in both the data frames and create a new data frame having only these common rows.
Of course the individual columns would get appended next to each other.
Can anyone please help??