📅  最后修改于: 2022-03-11 14:59:39.199000             🧑  作者: Mango
# 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()