df.index.name # Show me the current name df.index.name = 'my_column_name' # Change the index name to my_column_name