I am working on a column in a data set. This column has over 500K rows, with 1500 unique entries. These entries describe different cities, but many are misspelled.
What I want to do is identify all the rows that are similar to each other (e.g. New York City vs. New York Vs. New Yark) and then change the entire content of this row to "New York City".
Are there commands that can identify similar strings and then replace their contents?