is there any function in pyspark that works the same way as replace_non_ascii in R (package textclean)? I have a dataframe in pyspark with few columns that contains accents. I want to replace the accents with characters. for example,
name        name_without_accents
inšećt      insect
hügo        hugo
åvendaño    avendano
Any help? TIA.
