I have dataframe scrapped from the web with features that come from user inputed data. However, some of my columns which include features about cars have different capitalizations for the same feature i.e. 'Heated Seats' and 'heated seats'. These are dummy variables, so a car with heated seats will have a zero for one column and a 1 for the other. The end goal is to add all columns with the same feature, just different capitalization. Does anyone know of any libraries that can help with looping through hundreds of features to check for pairs in mismatched capitalization like this?
Thanks