fill-down doc

This commit is contained in:
John Kerl 2018-10-07 21:43:57 -04:00
parent ab5ac8818d
commit 9383f7b11f

4
doc/data/fill-down.csv Normal file
View file

@ -0,0 +1,4 @@
a,b,c
1,,3
4,5,6
7,,9
1 a b c
2 1 3
3 4 5 6
4 7 9