I need to extract a dataframe as csv unicode format so I use this code:
df.to_csv(\'df.csv\',encoding=\'utf-8-sig\')
however when I open the