📜  将列名更改为小写 - 无论代码示例

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

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