Queer European MD passionate about IT
Julie пре 6 година
родитељ
комит
1fc99e3b9b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Mission348Solutions.ipynb

+ 1 - 1
Mission348Solutions.ipynb

@@ -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",