I have two data frames with different sizes.
dataframe 1
Text Topic
-----------------|------------------
"hello world" | 5
|
"Good morning" | 7
|
"String example" | 8
|
"Yes or nor" | 9
dataframe2
Tweet Other columns
-----------------|------------------
"hello world" | ...
|
"Good morning" | ...
|
"String example" | ...
|
"Yes or nor" | ...
|
"Nice to meet " | ...
|
"Super" | ...
I would like to merge the dataframe1 and dataframe 2 based on the column Text(dataframe1) and Tweet(dataframe2).