Skip to content

Commit 2f7d50d

Browse files
Update Activity01.ipynb
1 parent 4307a5f commit 2f7d50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lesson06/Activity01.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"\n",
3838
"\n",
3939
"# read the downloaded input data (marketing data)\n",
40-
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank/bank.csv', sep=';')\n"
40+
"df = pd.read_csv('https://raw.githubusercontent.com/TrainingByPackt/Big-Data-Analysis-with-Python/master/Lesson07/Dataset/bank.csv', sep=';')\n"
4141
],
4242
"execution_count": 0,
4343
"outputs": []
@@ -326,4 +326,4 @@
326326
]
327327
}
328328
]
329-
}
329+
}

0 commit comments

Comments
 (0)