Commit graph

5385 commits

Author SHA1 Message Date
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
John Kerl
e3b38f64d7 regex-extract iterate (HTML docs) 2018-08-26 13:52:43 -04:00
John Kerl
26797d28f1 regex-extract iterate (manpage) 2018-08-26 13:49:09 -04:00
John Kerl
42dd6eb3ca regex-extract iterate 2018-08-26 13:43:17 -04:00
John Kerl
3b8a229a1d regex-extract iterate 2018-08-26 12:44:49 -04:00
John Kerl
f348864688 regex-extract iterate 2018-08-26 12:33:57 -04:00
John Kerl
a2a9c8943f Merge branch 'master' of github.com:johnkerl/miller 2018-08-26 10:22:03 -04:00
John Kerl
ed1b149fae
Merge pull request #179 from stephengroat/patch-1
add osx to .travis.yml testing
2018-07-27 00:19:06 -04:00
Stephen
28a4d04f60
add osx to testing 2018-07-24 17:37:46 -07:00
John Kerl
da761d2ae0 Merge branch 'master' of github.com:johnkerl/miller 2018-07-22 17:16:55 -04:00
John Kerl
58abfd91f9
Merge pull request #174 from derekmahar/patch-1
Remove duplicate word sequence from README.md
2018-05-14 15:02:13 -04:00
Derek Mahar
6ce9a417a6
Remove duplicate word sequence from README.md 2018-05-13 20:49:56 -04:00
John Kerl
0cc5342559 name-neatens 2018-04-29 14:30:04 -03:00
John Kerl
caeb03cae4 comment-neaten 2018-04-29 13:47:17 -03:00
John Kerl
ff1c65a83b more localtime regest 2018-04-29 12:19:46 -04:00
John Kerl
2723c6113e localtime docs; poki fixup 2018-04-29 12:11:25 -04:00
John Kerl
59ca76b85b localtime regtests 2018-04-29 11:56:46 -04:00
John Kerl
be88cb6263 localtime iterate 2018-04-28 21:52:07 -04:00
John Kerl
edeedaa2fd local-time string to epoch seconds 2018-04-28 21:28:55 -04:00
John Kerl
313824953a epoch seconds to local-time string 2018-04-28 21:24:24 +02:00