📜  从列值中删除空格 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:39.199000             🧑  作者: Mango

代码示例1
# 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()