feat: add multi-shell completions & supported spreadsheet types

This commit is contained in:
rzmk 2024-07-17 14:17:09 -04:00
parent eb558e74c7
commit 1c1d950e8e
No known key found for this signature in database
2 changed files with 9 additions and 12 deletions

View file

@ -9,7 +9,7 @@ Welcome to 100 exercises with qsv!
In this book you may learn how to solve various data engineering issues with [qsv](https://github.com/jqnatividad/qsv).
qsv is a **command-line tool** built with Rust for spreadsheet data wrangling (CSV, Excel, etc.) and can handle large file sizes in relatively fast speeds. With [50+ commands](https://github.com/jqnatividad/qsv?tab=readme-ov-file#available-commands) (when all features are enabled), there are plenty of use cases qsv can handle.
qsv is a **command-line tool** built with Rust for spreadsheet data wrangling (CSV, Excel, TSV, TAB, etc.) and can handle large file sizes in relatively fast speeds. With [50+ commands](https://github.com/jqnatividad/qsv?tab=readme-ov-file#available-commands) (when all features are enabled), there are plenty of use cases qsv can handle.
If you're unfamiliar with qsv then don't worry. The initial exercises are intended for beginners that haven't tried qsv yet. We'll explore multiple features qsv has to offer while solving problems you may find in real-world scenarios. You may learn to use qsv in an interactive way by practicing exercises to resolve data wrangling issues.