'charmap' codec can't encode characters in position 148-152: character maps to <undefined> discord 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: