Questions tagged [unaccent]

32 questions
0
votes
1 answer

Using unaccent in tsvector trigger

I would like to use postgresql's unaccent contrib package in my tsvector column. I have successfully installed the package using create extension unaccent, and have checked that it works. I had set up a trigger to automatically update the tsvector…
David Harbage
  • 687
  • 3
  • 8
  • 25
-2
votes
1 answer

How to programatically unaccent pandas dataframe header

I have several pandas dataframes with different accented characters in their column names. I would like to convert accented characters to their unaccented equivalents only in column names. I am looking for similar solutions to which I regularly use…
sanyi
  • 41
  • 1
  • 6
1 2
3