Skip to content

Commit 4307a5f

Browse files
Update Exercise2.ipynb
1 parent b694000 commit 4307a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lesson07/Exercise2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"cell_type": "code",
3737
"source": [
38-
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank/bank.csv', sep=';')"
38+
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')"
3939
],
4040
"execution_count": 0,
4141
"outputs": []
@@ -462,4 +462,4 @@
462462
]
463463
}
464464
]
465-
}
465+
}

0 commit comments

Comments
 (0)