mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
7 lines
188 B
Bash
7 lines
188 B
Bash
mlr --oxtab stats1 --fr '[i-z]' -a p25,p75 \
|
|
then put 'for (k,v in $*) {
|
|
if (k =~ "(.*)_p25") {
|
|
$["\1_iqr"] = $["\1_p75"] - $["\1_p25"]
|
|
}
|
|
}' \
|
|
data/medium
|