jqnatividad / qsv

Blazing-fast Data-Wrangling toolkit
https://qsv.dathere.com
The Unlicense
2.53k stars 72 forks source link

add `outliers` "smart" command #107

Open jqnatividad opened 3 years ago

jqnatividad commented 3 years ago

Now that stats calculates IQR, we can create an outliers command that takes stats's output and partition a CSV into quartiles for each requested column.

jqnatividad commented 2 years ago

instead of creating a native qsv command, we can just publish a recipe using various existing qsv commands to do this.

github-actions[bot] commented 2 years ago

Stale issue message

jqnatividad commented 1 year ago

902 sets the stage to revisit this

jqnatividad commented 1 year ago

On second thought, this should be a command and not just a recipe

github-actions[bot] commented 1 year ago

Stale issue message

jqnatividad commented 2 months ago

quartiles are currently only calculated for numeric columns and dates.

We should also identify outliers for record width and string columns with enumerated values.