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