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

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/5c89f959.1c69fb81.48141.a3d9%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to