Queer European MD passionate about IT
瀏覽代碼

Final edits

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