Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

python remove accents pandas

df['Country'] = df['Country'].str.replace(u"Å", "A")
df['City'] = df['City'].str.replace(u"ë", "e")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #remove #accents #pandas
ADD COMMENT
Topic
Name
4+3 =