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

**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...

help wanted

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...

enhancement
qsv pro

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...

enhancement
help wanted

[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).

enhancement
qsv pro

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...

enhancement

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...

enhancement
WIP
performance

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...

enhancement

**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,...

enhancement
no-issue-activity
WIP
qsv pro

@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...

enhancement
upstream

That runs in the background with a REST API interface. see #926

enhancement
WIP
qsv pro