mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
moved csv files to the correct location
This commit is contained in:
parent
bdf3ef28b9
commit
d2b526cd43
|
@ -1,7 +1,7 @@
|
|||
name,column1,column2,column3
|
||||
abc,1.1,4.2,1.2
|
||||
def,2.1,1.4,5.2
|
||||
ghi,1.5,1.2,-2.1
|
||||
jkl,1.8,-1.1,4.2
|
||||
ghi,1.5,1.2,2.1
|
||||
jkl,1.8,1.1,4.2
|
||||
mno,9.4,6.6,6.2
|
||||
pqr,1.4,8.3,8.4
|
||||
|
|
|
|
@ -1,7 +1,7 @@
|
|||
name,column1,column2,column3
|
||||
abc,1.1*,4.2,1.2
|
||||
abc,1.1^,4.2,1.2^
|
||||
def,2.1,1.4,5.2
|
||||
ghi,1.5,1.2,-2.1*
|
||||
jkl,1.8,-1.1*,4.2
|
||||
mno,9.4,6.6,6.2
|
||||
pqr,1.4,8.3,8.4
|
||||
ghi,1.5,1.2,2.1
|
||||
jkl,1.8,1.1^,4.2
|
||||
mno,9.4*,6.6,6.2
|
||||
pqr,1.4,8.3*,8.4*
|
||||
|
|
|
7
test.csv
7
test.csv
|
@ -1,7 +0,0 @@
|
|||
name,column1,column2,column3
|
||||
abc,1.1,4.2,1.2
|
||||
def,2.1,1.4,5.2
|
||||
ghi,1.5,1.2,2.1
|
||||
jkl,1.8,1.1,4.2
|
||||
mno,9.4,6.6,6.2
|
||||
pqr,1.4,8.3,8.4
|
|
|
@ -1,7 +0,0 @@
|
|||
name,column1,column2,column3
|
||||
abc,1.1^,4.2,1.2^
|
||||
def,2.1,1.4,5.2
|
||||
ghi,1.5,1.2,2.1
|
||||
jkl,1.8,1.1^,4.2
|
||||
mno,9.4*,6.6,6.2
|
||||
pqr,1.4,8.3*,8.4*
|
|
Loading…
Reference in New Issue
Block a user