Skip to content

Commit

Permalink
fix: add --float-precision 2 to sqlp command
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jun 14, 2024
1 parent 8da2b82 commit 64330a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/1/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Some other ways you may view raw file content for `fruits.csv` include running:
- `qsv cat rows fruits.csv`
- `qsv slice fruits.csv`
- `qsv fmt fruits.csv`
- If you have the `qsv sqlp` command available, you may run `qsv sqlp fruits.csv 'SELECT * FROM fruits'`. This may also print the shape of the file content `(3, 2)` representing 3 rows and 2 columns.
- If you have the `qsv sqlp` command available, you may run `qsv sqlp fruits.csv 'SELECT * FROM fruits' --float-precision 2`. This may also print the shape of the file content `(3, 2)` representing 3 rows and 2 columns.

These should all give the same output as `qsv select 1- fruits.csv`. However the output may differ if you modify the commands (e.g., add other options).

Expand Down

0 comments on commit 64330a9

Please sign in to comment.