Upload 9 files
Browse files
ex1.csv
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
a,b,c,d,message
|
2 |
+
1,2,3,4,hello
|
3 |
+
5,6,7,8,world
|
4 |
+
9,10,11,12,foo
|
ex1.xlsx
ADDED
Binary file (5.53 kB). View file
|
|
ex2.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
1,2,3,4,hello
|
2 |
+
5,6,7,8,world
|
3 |
+
9,10,11,12,foo
|
ex3.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A B C
|
2 |
+
aaa -0.264438 -1.026059 -0.619500
|
3 |
+
bbb 0.927272 0.302904 -0.032399
|
4 |
+
ccc -0.264273 -0.386314 -0.217601
|
5 |
+
ddd -0.871858 -0.348382 1.100491
|
ex3.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A B C
|
2 |
+
aaa -0.264438 -1.026059 -0.619500
|
3 |
+
bbb 0.927272 0.302904 -0.032399
|
4 |
+
ccc -0.264273 -0.386314 -0.217601
|
5 |
+
ddd -0.871858 -0.348382 1.100491
|
ex4.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# hey!
|
2 |
+
a,b,c,d,message
|
3 |
+
# just wanted to make things more difficult for you
|
4 |
+
# who reads CSV files with computers, anyway?
|
5 |
+
1,2,3,4,hello
|
6 |
+
5,6,7,8,world
|
7 |
+
9,10,11,12,foo
|
ex5.csv
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
something,a,b,c,d,message
|
2 |
+
one,1,2,3,4,NA
|
3 |
+
two,5,6,,8,world
|
4 |
+
three,9,10,11,12,foo
|
ex6.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ex7.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
"a","b","c"
|
2 |
+
"1","2","3"
|
3 |
+
"1","2","3","4"
|