1
0
Fork 0
forked from fun/fun

Added lot more example code. (0.39.8).

This commit is contained in:
Johannes Findeisen 2026-03-25 23:38:04 +01:00
commit 564999709c
32 changed files with 1353 additions and 53 deletions

4
examples/data/sample.csv Normal file
View file

@ -0,0 +1,4 @@
name,age,city
Ada,37,London
Lin,29,Paris
Max,42,Berlin
1 name age city
2 Ada 37 London
3 Lin 29 Paris
4 Max 42 Berlin