I am working on a football dataset and am dealing with some exotic names. I would like to ask how do I replace special ALPHABETS that are present in my dataset? These are some of examples of these "exotic" names:
'Lionel Andrés Messi Cuccittini', 'Neymar da Silva Santos Junior', 'Luis Alberto Suárez Díaz', 'David De Gea Quintana', 'Zlatan Ibrahimović'
The special alphabets are é, á, ć, etc (alphabets with a "superscript" above). I want to change them to the "base" form - ć becomes c, á becomes a, so on and so forth.
Many thanks in advance!