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 7504452 commit 0097010Copy full SHA for 0097010
Lesson06/Exercise02.ipynb
@@ -34,7 +34,7 @@
34
"\n",
35
36
"# read the downloaded input data (marketing data)\n",
37
- "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"
38
],
39
"execution_count": 0,
40
"outputs": []
@@ -543,4 +543,4 @@
543
]
544
}
545
546
-}
+}
0 commit comments