Hi
I am trying to use a Python script to parse my spreadsheet for a project.
I am receiving an error : UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 67: ordinal not in range(128)
So I started to use the Clean function in excel to clean the data of any unwanted or nonprintable characters.
The issue I am having is after the data is cleaned I am unable to move it to a new spreadsheet. I get a #Ref! (invalid cell reference error) or the data just disappears depending on the cell I am trying to copy.
I am hoping someone has had experience with this.
Thanks
I am trying to use a Python script to parse my spreadsheet for a project.
I am receiving an error : UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 67: ordinal not in range(128)
So I started to use the Clean function in excel to clean the data of any unwanted or nonprintable characters.
The issue I am having is after the data is cleaned I am unable to move it to a new spreadsheet. I get a #Ref! (invalid cell reference error) or the data just disappears depending on the cell I am trying to copy.
I am hoping someone has had experience with this.
Thanks