mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* DSL stats functions [WIP] * refactor * move percentile computation to bifs module; iterate * mode and antimode * percentile iterate * percentile sketching * neaten * unit-test iterate * unify old & new min & max functions * unit-test cases * code-dedupe between mode and antimode * make mode/antimode ties deterministic via first-found-wins rule * online help strings for new stats DSL functions * artifacts from `make dev` * help info on how min/max now recurse into collections * artifacts from `make dev` * typofix
20 lines
636 B
Text
20 lines
636 B
Text
null_count_0 (error)
|
|
null_count_0_type error
|
|
null_count_null (error)
|
|
null_count_null_type error
|
|
null_count_empty_array 0
|
|
null_count_empty_array_type int
|
|
null_count_array_1 0
|
|
null_count_array_1_type int
|
|
null_count_array_2 0
|
|
null_count_array_2_type int
|
|
null_count_array_3 2
|
|
null_count_array_3_type int
|
|
null_count_empty_map 0
|
|
null_count_empty_map_type int
|
|
null_count_map_1 0
|
|
null_count_map_1_type int
|
|
null_count_map_2 0
|
|
null_count_map_2_type int
|
|
null_count_map_3 2
|
|
null_count_map_3_type int
|