qsv
qsv copied to clipboard
CSVs sliced, diced & analyzed.
**Describe the bug** `qsv` build failed on Fedora 39 with the following error: https://gist.github.com/zamazan4ik/bf8c9bbe3aaddbdf76a7e2ffc11aa79a **To Reproduce** Steps to reproduce the behavior: 1. Checkout QSV 2. Try to compile with `cargo...
Since we have the schema, frequency and summary statistics about a CSV, we should be able to deploy a model that can formulate a SQL query based on a natural...
choco
Would be nice if qsv were available to Windows choco package manager like xsv is. ``` C:\>choco search qsv Chocolatey v0.12.0 0 packages found. C:\>choco search xsv Chocolatey v0.12.0 xsv...
[OpenCage](https://opencagedata.com) seems to be the most affordable, high-quality, high-volume geocoder. As an added bonus, it [uses open data](https://opencagedata.com/why-use-open-data), and its TOS [doesn't restrict caching](https://opencagedata.com/api#caching) [nor limit usage of geocoded results](https://opencagedata.com/faq#legal).
CSV files have very high compression ratios, so we should support auto-decompression, not just of snappy (which we selected primarily as its a streaming compression format), but more popular formats...
Currently, `stats` can infer if a column is a date when using the `--infer-dates` option. Date inferencing is expensive as we use the qsv-dateparser library which scans a date candidate...
A useful feature to add would be to have a fold and unfold operation. There is already an unfold operation - you've called it `explode` :-) Example: [https://bioinf.shenwei.me/csvtk/usage/#fold](https://bioinf.shenwei.me/csvtk/usage/#fold) **Describe the...
**Is your feature request related to a problem? Please describe.** With fast updates to qsv being made, to keep track of them for potential further usage for docs, the site,...
@jqnatividad I'm adding a problem, that I'm able to manage using duckdb. In Italy, the floating separator is `,` and not the `.` If I use qsv to import OpenCoesione...
That runs in the background with a REST API interface. see #926