@@ -2268,7 +2268,7 @@
}
],
"source": [
- "# Change the column names to title case\n",
+ "# Clean the column names\n",
"dete_survey_updated.columns = dete_survey_updated.columns.str.lower().str.strip().str.replace(' ', '_')\n",
"\n",
"# Check that the column names were updated correctly\n",