Open jqnatividad opened 3 years ago
instead of creating a native qsv command, we can just publish a recipe using various existing qsv commands to do this.
Stale issue message
On second thought, this should be a command and not just a recipe
Stale issue message
quartiles are currently only calculated for numeric columns and dates.
We should also identify outliers for record width and string columns with enumerated values.
Now that
stats
calculates IQR, we can create anoutliers
command that takesstats
's output and partition a CSV into quartiles for each requested column.