Commit graph

5404 commits

Author SHA1 Message Date
John Kerl
438b38af70 remove-empty-columns regtest 2018-12-08 22:15:59 -05:00
John Kerl
ff657dd37b remove_empty_columns verb: code only 2018-12-08 22:09:49 -05:00
John Kerl
c07a5a71e2 close https://github.com/johnkerl/miller/issues/203 2018-12-08 21:44:50 -05:00
John Kerl
ebbdb4f31a close https://github.com/johnkerl/miller/issues/204 2018-12-08 21:37:23 -05:00
John Kerl
3a6e3182f5 skip-trivial-records doc 2018-10-21 16:29:35 -04:00
John Kerl
03a07e3a7b skip-trivial-records doc 2018-10-21 16:24:51 -04:00
John Kerl
8b9bcc7815 skip-trivial-records iterate 2018-10-21 12:21:41 -04:00
John Kerl
87bf1d25e6 skip-trivial-records iterate 2018-10-21 12:19:05 -04:00
John Kerl
3deb6f44b1 post-5.4.0 2018-10-14 17:31:29 -04:00
John Kerl
82861246e0 autogen jump-tags for all function names in DSL reference HTML 2018-10-14 16:51:47 -04:00
John Kerl
7f20dc414b autogen jump-tags for all function names in DSL reference HTML 2018-10-14 16:47:40 -04:00
John Kerl
6375aa91ec 5.4.0 release doc 2018-10-14 16:31:24 -04:00
John Kerl
5541c01d5c draft 5.4.0 release notes 2018-10-14 16:19:12 -04:00
John Kerl
d3dbfb7888 draft 5.4.0 release notes 2018-10-14 16:17:52 -04:00
John Kerl
4a7f44db7a 5.4.0 release 2018-10-14 15:46:22 -04:00
John Kerl
accc4f8109 draft release notes 2018-10-14 15:43:22 -04:00
John Kerl
18f1dc0780 clean-whitespace doc 2018-10-14 14:52:03 -04:00
John Kerl
8aae402628 clean-whitespace doc 2018-10-14 14:48:02 -04:00
John Kerl
9476ca7ba8 clean-whitespace doc 2018-10-14 14:44:52 -04:00
John Kerl
cdfee0cda8 clean-whitespace testing 2018-10-14 14:17:20 -04:00
John Kerl
dbef8bb0f8 clean-whitespace iterate 2018-10-14 14:05:33 -04:00
John Kerl
61db063100 fill-down doc clarify 2018-10-11 21:34:49 -04:00
John Kerl
9d31315f6c fix #194 2018-10-09 22:08:53 -04:00
John Kerl
04a14183f9 clean-whitespace iterate 2018-10-07 22:46:30 -04:00
John Kerl
b51d5f27e4 clean-whitespace iterate 2018-10-07 22:16:52 -04:00
John Kerl
31958ed3d9 valgrind findings 2018-10-07 21:54:49 -04:00
John Kerl
9383f7b11f fill-down doc 2018-10-07 21:43:57 -04:00
John Kerl
ab5ac8818d fill-down doc 2018-10-07 21:42:53 -04:00
John Kerl
cbab3d15af fill-down iterate 2018-10-07 21:29:05 -04:00
John Kerl
b7f14bccfa FAQ entry for rectangularize after unpaired-join 2018-10-07 21:01:07 -04:00
John Kerl
b0d8b67fea FAQ entry for rectangularize after unpaired-join 2018-10-07 21:00:47 -04:00
John Kerl
5f87da809d FAQ entry for rectangularize after unpaired-join 2018-10-07 20:58:29 -04:00
John Kerl
c04a001971 codegen from PR https://github.com/johnkerl/miller/pull/192 2018-10-07 20:36:18 -04:00
John Kerl
b5b0fb139c
Merge pull request #192 from tst2005/patch-1
typo in the Full_field_renames_and_reassigns sample
2018-10-07 20:34:51 -04:00
John Kerl
1d24bf3a2e fill-down iterate 2018-10-07 20:33:22 -04:00
TsT
1a0134c989
typo in Full_field_renames_and_reassigns sample ?
readable on http://johnkerl.org/miller/doc/cookbook.html#Full_field_renames_and_reassigns

result before:
```
z=0.346790,KEYFIELD=pan,i=,b=pan,y=0.346790,x=0.726803
z=0.758680,KEYFIELD=eks,i=,b=pan,y=0.758680,x=0.522151
z=0.204603,KEYFIELD=wye,i=,b=wye,y=0.204603,x=0.338319
z=0.381399,KEYFIELD=eks,i=,b=wye,y=0.381399,x=0.134189
z=0.573289,KEYFIELD=wye,i=,b=pan,y=0.573289,x=0.863624
```

result after:
```
z=0.346790,KEYFIELD=pan,i=1,b=pan,y=0.346790,x=0.726803
z=0.758680,KEYFIELD=eks,i=3,b=pan,y=0.758680,x=0.522151
z=0.204603,KEYFIELD=wye,i=6,b=wye,y=0.204603,x=0.338319
z=0.381399,KEYFIELD=eks,i=10,b=wye,y=0.381399,x=0.134189
z=0.573289,KEYFIELD=wye,i=15,b=pan,y=0.573289,x=0.863624
```

now there are values for `i`.
2018-10-04 10:07:47 +02:00
John Kerl
5fbfbd971d fill-down iterate 2018-09-30 17:43:03 -04:00
John Kerl
6b10974233 make previous commit simpler with respect to the one before 2018-09-08 10:49:59 -04:00
John Kerl
ea4b068191 fix memory leak in CSV/TSV input with implicit headaer 2018-09-08 10:26:21 -04:00
John Kerl
5591bbb682 new altkv verb 2018-08-26 16:32:27 -04:00
John Kerl
5edbc188cf new altkv verb 2018-08-26 16:30:36 -04:00
John Kerl
ef83f346a9 new altkv verb 2018-08-26 16:28:15 -04:00
John Kerl
6f8dd97afb new altkv verb 2018-08-26 16:25:52 -04:00
John Kerl
cf182a514c regextract_or_else iterate (docs) 2018-08-26 14:49:33 -04:00
John Kerl
e40b8b3eea regextract_or_else iterate (regression test) 2018-08-26 14:47:49 -04:00
John Kerl
66cfec5850 regextract_or_else iterate 2018-08-26 14:42:30 -04:00
John Kerl
28e1f9db0e regextract_or_else iterate (UT) 2018-08-26 14:35:08 -04:00
John Kerl
5cf16b08d7 regextract_or_else iterate 2018-08-26 14:32:25 -04:00
John Kerl
2636cf1480 regex_extract -> regextract 2018-08-26 14:23:17 -04:00
John Kerl
8a94cf5367 regex-extract iterate (regression testing) 2018-08-26 13:59:20 -04:00