# rename Pandas columns to lower case df.columns= df.columns.str.lower() df.columns Index(['column1', 'column2', 'column3'], dtype='object')