mirror of
https://github.com/rasbt/python_reference.git
synced 2025-02-25 09:28:44 +00:00
added data files for csv file sorting article
This commit is contained in:
parent
e20369a6a1
commit
cb155d0311
7
test.csv
Normal file
7
test.csv
Normal 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
|
|
7
test_marked.csv
Normal file
7
test_marked.csv
Normal 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*
|
|
Loading…
x
Reference in New Issue
Block a user