mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
todo
This commit is contained in:
parent
ff23a07f23
commit
6b1d97ca2f
1 changed files with 17 additions and 10 deletions
27
todo.txt
27
todo.txt
|
|
@ -12,6 +12,22 @@ RELEASES
|
|||
================================================================
|
||||
FEATURES
|
||||
|
||||
----------------------------------------------------------------
|
||||
example pages as feature catch-up:
|
||||
* example page for format/scan options
|
||||
o format/unformat
|
||||
o strmatch
|
||||
o =~
|
||||
* separate examples section from (new) FAQs section
|
||||
* mlr split -- needs an example page along with the tee DSL function
|
||||
o narrative about in-memory, shard-out to workers, holdouts, sample/bootstrap, etc etc.
|
||||
o ulimit note
|
||||
* new slwin/ewma example entry, with ccump and pgr
|
||||
o slwin --prune (or somesuch) to only emit averages over full windows -- ?
|
||||
|
||||
----------------------------------------------------------------
|
||||
mlr join --left-fields a,b,c
|
||||
|
||||
----------------------------------------------------------------
|
||||
! Better functions for values manipulation, e.g. easier conversion of strings like "$1,234.56" into numeric values
|
||||
o note on is_error(x) (or string(x) == "(error)")
|
||||
|
|
@ -21,19 +37,10 @@ FEATURES
|
|||
a common format used by the SLURM resource manager.'
|
||||
o linked-to faqent w/ -f -s etc ...
|
||||
|
||||
----------------------------------------------------------------
|
||||
* example page for format/scan options
|
||||
o format/unformat
|
||||
o strmatch
|
||||
o =~
|
||||
* separate examples from FAQs
|
||||
* mlr split -- needs an example page along with the tee DSL function
|
||||
* new example entry, with ccump and pgr
|
||||
o slwin --prune (or somesuch) to only emit averages over full windows -- ?
|
||||
|
||||
----------------------------------------------------------------
|
||||
k better print-interpolate with {} etc
|
||||
doc: mlr --csv --from example.csv put -q 'print format("Index {} at quantity {} and rate {}", $index, $quantity, $rate)'
|
||||
|
||||
----------------------------------------------------------------
|
||||
! sysdate, sysdate_local; datediff ...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue