Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python - give a name to index column

df.index.name                      # Show me the current name
df.index.name = 'my_column_name'   # Change the index name to my_column_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #give #index #column
ADD COMMENT
Topic
Name
1+3 =