charmap' codec can't encode characters in position 147700-147706: 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: