Skip to content

Commit 6e35bbb

Browse files
author
minjk-bl
committed
change sample file column name
1 parent 41f363e commit 6e35bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/data/sample_csv/iris.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"sepal.length","sepal.width","petal.length","petal.width","variety"
1+
"sepal_length","sepal_width","petal_length","petal_width","variety"
22
5.1,3.5,1.4,.2,"Setosa"
33
4.9,3,1.4,.2,"Setosa"
44
4.7,3.2,1.3,.2,"Setosa"

0 commit comments

Comments
 (0)