mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
mlr split verb (#898)
* mlr split * regression-test cases * doc-build artifacts
This commit is contained in:
parent
dad6456022
commit
f7ff63124b
62 changed files with 969 additions and 19 deletions
11
test/input/example.csv
Normal file
11
test/input/example.csv
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
color,shape,flag,k,index,quantity,rate
|
||||
yellow,triangle,true,1,11,43.6498,9.8870
|
||||
red,square,true,2,15,79.2778,0.0130
|
||||
red,circle,true,3,16,13.8103,2.9010
|
||||
red,square,false,4,48,77.5542,7.4670
|
||||
purple,triangle,false,5,51,81.2290,8.5910
|
||||
red,square,false,6,64,77.1991,9.5310
|
||||
purple,triangle,false,7,65,80.1405,5.8240
|
||||
yellow,circle,true,8,73,63.9785,4.2370
|
||||
yellow,circle,true,9,87,63.5058,8.3350
|
||||
purple,square,false,10,91,72.3735,8.2430
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue