mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
c2j test
This commit is contained in:
parent
57791b0b81
commit
86f0cfdb14
1 changed files with 31 additions and 0 deletions
|
|
@ -335,3 +335,34 @@ pan pan 1 0.3467901443380824 0.7268028627434533
|
|||
eks pan 2 0.7586799647899636 0.5221511083334797
|
||||
wye wye 3 0.20460330576630303 0.33831852551664776
|
||||
eks wye 4 0.38139939387114097 0.13418874328430463
|
||||
|
||||
----------------------------------------------------------------
|
||||
mlr --c2j cat u/s.csv
|
||||
{
|
||||
"a": "pan",
|
||||
"b": "pan",
|
||||
"i": 1,
|
||||
"x": 0.3467901443380824,
|
||||
"y": 0.7268028627434533
|
||||
}
|
||||
{
|
||||
"a": "eks",
|
||||
"b": "pan",
|
||||
"i": 2,
|
||||
"x": 0.7586799647899636,
|
||||
"y": 0.5221511083334797
|
||||
}
|
||||
{
|
||||
"a": "wye",
|
||||
"b": "wye",
|
||||
"i": 3,
|
||||
"x": 0.20460330576630303,
|
||||
"y": 0.33831852551664776
|
||||
}
|
||||
{
|
||||
"a": "eks",
|
||||
"b": "wye",
|
||||
"i": 4,
|
||||
"x": 0.38139939387114097,
|
||||
"y": 0.13418874328430463
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue