Queer European MD passionate about IT
Julie 6 rokov pred
rodič
commit
1fc99e3b9b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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",