📅  最后修改于: 2022-03-11 14:58:55.207000             🧑  作者: Mango
# Make the Column Names into Lower-Case:
# To make the Column Names All in Lower-Case:
dete_survey_updated.rename(columns = str.lower, inplace = True)