Skip to content

Commit 0097010

Browse files
Update Exercise02.ipynb
1 parent 7504452 commit 0097010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lesson06/Exercise02.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"\n",
3535
"\n",
3636
"# 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"
37+
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')\n"
3838
],
3939
"execution_count": 0,
4040
"outputs": []
@@ -543,4 +543,4 @@
543543
]
544544
}
545545
]
546-
}
546+
}

0 commit comments

Comments
 (0)