# Delete any Whitespaces within the Column Names: # Remove Spaces at the beginning and at the end of Column Name: dete_survey_updated.columns = dete_survey_updated.columns.str.strip()