Posts by henriqm • 1 point
1 post
-
-2
votes6
answers19845
viewsA: How to change the name of the pandas dataframe column?
You can use too: df.rename({"nome": "nome_completo"}, axis=1, inplace=True)
1 post
-2
votes6
answers19845
viewsYou can use too: df.rename({"nome": "nome_completo"}, axis=1, inplace=True)