qsv
qsv copied to clipboard
CSVs sliced, diced & analyzed.
qsv is designed to be easy to use, but IRL, "normal users" are intimidated by CLI interfaces. The front-end/recipe runner will allow users to compose "recipes" that are not only...
When `fetchpost` sees a `file:` prefix when processing a CSV record that's included in the `--column-list` argument, it will check if the file exists, and if it does and the...
qsv pretty much has all the [univariate descriptive statistics](https://en.wikipedia.org/wiki/Univariate_analysis) except kurtosis. It'd be nice to round `stats` out by adding it to the suite.
> Potential segfault in the time crate | Details | | | ------------------- | ---------------------------------------------- | | Package | `time` | | Version | `0.1.43` | | URL | [https://github.com/time-rs/time/issues/293](https://github.com/time-rs/time/issues/293)...
Config files can be used for: - specifying default values - specifying recipe/jobs (see #190 ) Leverage config-rs for this https://crates.io/crates/config
qsv bundles [reverse-geocoder](https://github.com/gx0r/rrgeo) - a "lightweight" static, nearest city geonames geocoder. But for real, street-level geocoding, we need a configurable geocoder that can use the user's geocoder backend of choice....
The installation process is geared towards developers and is not very friendly and accessible to casual users, and folks who are more familiar with Excel and OpenRefine. Make a simple...
For time-series data, it'd be great if we can up/downsample it to a requested frequency. This will require: - a CSV that starts with a timestamp - we optionally sort...
The current benchmark script has been improved, but it still lacks the rigor of a proper benchmark. Investigate using [hyperfine](https://github.com/sharkdp/hyperfine), and perhaps, we can even automate the benchmarks as part...
The `math` command will not only allow math calculations using literals, it will also allow the user to specify different columns to use in the math operation, with the option...