Posts by Tatielly Rodrigues • 11 points
1 post
-
0
votes1
answer51
viewsQ: How to delete a character in Python
I’m starting a study with data analysis, but I still don’t know how to delete characters import re import panda as pd df.rename (columns = ("nome_motorista***************": "nome_motorista")) that…