and I wish to put each word in the most_used_words_tweet column in a separate row and it will have the same value in the hate column
example: "desired output (2nd row is split to two rows)"
     |hate | most_used_words_tweet |
0    |0    |                   اليهود |
1    |0    |                   اليهود |
2    |0    |                     الله |
3    |1    |                   اليهود |
...

