Skip to content

Commit eb55a03

Browse files
authored
Update K_Means_Clustering_Practice.ipynb
1 parent f499b21 commit eb55a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

K_Means_Clustering_Practice.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"outputs": [],
7979
"source": [
80-
"df = pd.read_csv('College_Data',index_col=0)"
80+
"df = pd.read_csv('./Datasets/College_Data',index_col=0)"
8181
]
8282
},
8383
{

0 commit comments

Comments
 (0)