Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
11
Task/CSV-data-manipulation/Uiua/csv-data-manipulation.uiua
Normal file
11
Task/CSV-data-manipulation/Uiua/csv-data-manipulation.uiua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Simple CSV manipulation
|
||||
|
||||
# Effect of running `&fras "example.csv"`
|
||||
$ C1,C2,C3,C4,C5
|
||||
$ 1,5,9,13,17
|
||||
$ 2,6,10,14,18
|
||||
$ 3,7,11,15,19
|
||||
$ 4,8,12,16,20
|
||||
|
||||
&p⍜°csv(⍜⍉⊂:⊂□"SUM"≡(□⍜⋕/+)↘1.)
|
||||
# Save using `&fwa "example.csv"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue