added data files for csv file sorting article

This commit is contained in:
rasbt 2014-05-13 22:57:30 -04:00
parent e20369a6a1
commit cb155d0311
2 changed files with 14 additions and 0 deletions

7
test.csv Normal file
View File

@ -0,0 +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
mno,9.4,6.6,6.2
pqr,1.4,8.3,8.4
1 name column1 column2 column3
2 abc 1.1 4.2 1.2
3 def 2.1 1.4 5.2
4 ghi 1.5 1.2 2.1
5 jkl 1.8 1.1 4.2
6 mno 9.4 6.6 6.2
7 pqr 1.4 8.3 8.4

7
test_marked.csv Normal file
View File

@ -0,0 +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
mno,9.4*,6.6,6.2
pqr,1.4,8.3*,8.4*
1 name column1 column2 column3
2 abc 1.1^ 4.2 1.2^
3 def 2.1 1.4 5.2
4 ghi 1.5 1.2 2.1
5 jkl 1.8 1.1^ 4.2
6 mno 9.4* 6.6 6.2
7 pqr 1.4 8.3* 8.4*