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 b694000 commit 4307a5fCopy full SHA for 4307a5f
Lesson07/Exercise2.ipynb
@@ -35,7 +35,7 @@
35
},
36
"cell_type": "code",
37
"source": [
38
- "df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank/bank.csv', sep=';')"
+ "df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')"
39
],
40
"execution_count": 0,
41
"outputs": []
@@ -462,4 +462,4 @@
462
]
463
}
464
465
-}
+}
0 commit comments