Posts by Lbeaver • 1 point
1 post
-
0
votes2
answers76
viewsA: How do I remove alphabetic characters from a column of a pd. Series? (Python)
all good? One way is to use the replace method, but to work you must convert your Dataframe to string. I took a test using your case, and it went something like this: import pandas as pd data =…