charmap' codec can't encode character '\u300e' in position 26: character maps to <undefined code example
Example: charmap codec can't encode character
with open(filename_csv , 'w', newline='',encoding="utf-8") as csv_file:
with open(filename_csv , 'w', newline='',encoding="utf-8") as csv_file: