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 42d2ad8 commit b694000Copy full SHA for b694000
Lesson07/Exercise1.ipynb
@@ -39,7 +39,7 @@
39
},
40
"cell_type": "code",
41
"source": [
42
- "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=';')"
43
],
44
"execution_count": 0,
45
"outputs": []
@@ -4303,4 +4303,4 @@
4303
4304
}
4305
]
4306
-}
+}
0 commit comments