I have a dataframe with a bunch of names that are similar, but not identical. These names belong to the same band/location, and I need a way to renaming all the similar ones to a single name, so I can group my values.
Ex:
Names:   
HOT WATER BAND  
Hot Water Band  
HOT WATER BAND FROM SEATTLE   
Ho t Water Band FROM seATTLE  
HOT WATER  
ho t wat er BAND from  
BAND WATER HOT SEATTLE
Is there an easy way to clean and take all of these and rename them to a new variables for example "Hot Water Band From Seattle"? so that way it's easy to group all of my data afterwards
 
     
    