DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
pandas rename column
df
.
rename
(
columns
=
{
"old_col1"
:
"new_col1"
,
"old_col2"
:
"new_col2"
}
,
inplace
=
True
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#pandas
#rename
#column
ADD COMMENT
Topic
COMMENT
Name
9+7 =
Submit