We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4307a5f commit 2f7d50dCopy full SHA for 2f7d50d
Lesson06/Activity01.ipynb
@@ -37,7 +37,7 @@
37
"\n",
38
39
"# read the downloaded input data (marketing data)\n",
40
- "df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank/bank.csv', sep=';')\n"
+ "df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')\n"
41
],
42
"execution_count": 0,
43
"outputs": []
@@ -326,4 +326,4 @@
326
]
327
}
328
329
-}
+}
0 commit comments