Skip to content

Commit 096ee05

Browse files
committed
Update file path in data loading code
1 parent 2db74c3 commit 096ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-custom-data-analysis/cyber-defense-notebook.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"metadata": {},
107107
"outputs": [],
108108
"source": [
109-
"df = pd.read_csv('Thursday-15-02-2018_TrafficForML_CICFlowMeter.csv')"
109+
"df = pd.read_csv(file_name)"
110110
]
111111
},
112112
{

0 commit comments

Comments
 (0)