mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
to-do
This commit is contained in:
parent
f25baa5b05
commit
397bbc16b2
2 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<ul>
|
||||
|
||||
<li/> As of early May 2015 the single most important to-do items are support
|
||||
for numerical and reverse sort, and quantiles/median/mode in <tt>stats1</tt>.
|
||||
|
||||
<li/> Miller’s record, field, and pair separators can only be single
|
||||
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
|
||||
input (e.g. multiple spaces treated as one). It would be nice if strings were
|
||||
|
|
@ -14,4 +17,7 @@ space and tab for field separation.
|
|||
<tt>filter</tt> could be made far more powerful if a regular-expression library
|
||||
were included.
|
||||
|
||||
<li/> Various to-do items are listed
|
||||
<a href="https://github.com/johnkerl/miller/blob/master/c/todo.txt">here</a>.
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@ Miller commands were run with pretty-print-tabular output format.
|
|||
<!-- BODY COPIED FROM content-for-to-do.html BY poki -->
|
||||
<ul>
|
||||
|
||||
<li/> As of early May 2015 the single most important to-do items are support
|
||||
for numerical and reverse sort, and quantiles/median/mode in <tt>stats1</tt>.
|
||||
|
||||
<li/> Miller’s record, field, and pair separators can only be single
|
||||
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
|
||||
input (e.g. multiple spaces treated as one). It would be nice if strings were
|
||||
|
|
@ -85,6 +88,9 @@ space and tab for field separation.
|
|||
<tt>filter</tt> could be made far more powerful if a regular-expression library
|
||||
were included.
|
||||
|
||||
<li/> Various to-do items are listed
|
||||
<a href="https://github.com/johnkerl/miller/blob/master/c/todo.txt">here</a>.
|
||||
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue