qsv icon indicating copy to clipboard operation
qsv copied to clipboard

CSVs sliced, diced & analyzed.

Results 108 qsv issues
Sort by recently updated
recently updated
newest added

This requires a MaxMind subscription, so this will be only for qsv pro.

enhancement
qsv pro

**Is your feature request related to a problem? Please describe.** The `qsv edit` command outputs the entire edited data by default but a user may want to edit a file...

enhancement
qsv pro

## Is your feature request related to a problem? On linux the [`.zip` archive format is not as desirable](https://superuser.com/questions/565883/what-is-the-advantage-of-using-tar-today) for publishing releases (GH release assets). `.zip`: ```bash # Extracted as...

qsv pro

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.

enhancement

Currently, `stats` compile field/column statistics and persists these stats to a cache file. This cache file is used by the `stats` command to return stats instantaneously if the CSV has...

performance
DCAT3

Currently, booleans are inferred when `--infer-boolean` is enabled. The heuristic for inferring booleans is as follows: * When a column's cardinality is 2, and; * the 2 values' first characters...

enhancement

As per @rzmk's suggestion in #2105, use termimad crate to render help usage text in markdown with scroller.

enhancement

We now compile column `sort_order` as a "streaming" statistic in `stats`. These sort commands should use the stats cache when available.

enhancement
performance