qsv
qsv copied to clipboard
CSVs sliced, diced & analyzed.
This requires a MaxMind subscription, so this will be only for 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...
## 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...
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.
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...
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...
As per @rzmk's suggestion in #2105, use termimad crate to render help usage text in markdown with scroller.
We now compile column `sort_order` as a "streaming" statistic in `stats`. These sort commands should use the stats cache when available.