I'm doing my first analysis with Pandas in Python 3. I'm practicing with a game of thrones dataset that contains the killings in the books.
One of the columns in the dataframe refers to the house and in this column there are repeated values of the type: Stark / Stark House.
I would like to know how to remove the word "home" from the above column.
Can anyone please help me?