I have a column Cities
inside a pandas DataFrame that has a lot of words written similarly but not exactly.
For example: "Example City"
, " Example City"
and "Example City "
.
This bothers me because when I look for the unique values inside the column it classifies this cities as different.