I want to count the number of times a word is being repeated in the review string
I am reading the csv file and storing it in a python dataframe using the below line
You can use .str to use string methods on series of strings:
.str
reviews["review"].str.split("disappointed")