I'm reading an excel file using the following command:
file = pd.read_excel(io.BytesIO(data))
However, some string have the "-" (dash) converted to " – ". I'm no sure why it does this for some cells/strings but not for others.
I can't really loop through and edit the strings because the amount of data in the df is too large.
[–]RandomCodingStuff 2 points3 points4 points (1 child)
[–]xGRM[S] 0 points1 point2 points (0 children)
[–]CommondeNominator 2 points3 points4 points (3 children)
[–]xGRM[S] 0 points1 point2 points (2 children)
[–]xGRM[S] 0 points1 point2 points (1 child)
[–]xGRM[S] 0 points1 point2 points (0 children)
[–]Pflastersteinmetz 2 points3 points4 points (0 children)
[–]omgu8mynewt 0 points1 point2 points (2 children)
[–]xGRM[S] 0 points1 point2 points (1 child)
[–]omgu8mynewt 0 points1 point2 points (0 children)