I am trying to merge two datasets together where one lists schools like Alabama, Alabama State, Arizona State, etc. The other lists the schools as University of Alabama, Alabama State University, Arizona State University, etc.
My strategy is to remove "University", "of", and other strings from the one dataset to be able to merge on School.
I am EXTREMELY new to Python and do not know how to accomplish editing the column to achieve these results.
If there is a way to merge the two with "close" matches, that would also be beneficial.
Thank you.