Hi Jupyter experts!
I have a question regarding dealing with special characters in a data frame situation.
For example some of my data may look this:
Column A Column B Column C
Ryan i$ 100% cool “ Ryan i$ no*t cool” “ Ryan i$ really co(ol!
Notice that there might a blank space somewhere in the data frame and some times I don’t even know what the special character is.
Currently, I have been trying to use the commend : mydata.replace('\?','',regex=True)
But it only works if I know what the special character is and I cannot put multiple characters in one line. I am wondering if you geniuses have a better solution.
Thanks for your help in advance!
Cheers,
Steve