I have a general dataframe with the following form
df =
index text
0 I really dont come across how I actually am an...
1 music has become the only way I am staying san...
2 adults are contradicting
3 exo are breathing 553 miles away from me. they...
4 I am missing people that I met when I was hospit...
... ... ...
3365023 3365023 I don't want to hear it. I really really fuckin...
and I have another dataframe with the following form
df_frequency =
Unique Words Label
i 2
to 2
the 2
..... ...
@gaiaxys 1
and I want to add a new column in the df_frequency dataframe called 'frequency' which contains the frequency of each word in the dataframe df.