Skip to content

Commit b694000

Browse files
Update Exercise1.ipynb
1 parent 42d2ad8 commit b694000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lesson07/Exercise1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"cell_type": "code",
4141
"source": [
42-
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank/bank.csv', sep=';')"
42+
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')"
4343
],
4444
"execution_count": 0,
4545
"outputs": []
@@ -4303,4 +4303,4 @@
43034303
"outputs": []
43044304
}
43054305
]
4306-
}
4306+
}

0 commit comments

Comments
 (0)