Posts by Marcos • 1 point
1 post
-
0
votes1
answer33
viewsA: Exluir text using python on pandas
Hello I have been solving the same exercise and the command below worked: df["Público Pagante"] = df["Público Pagante"].str.replace('.', '').str.replace("[", '').str.replace("7",…