jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.78k stars 766 forks source link

Ch03 typo in code sql2csv #134

Open lobaluna opened 2 years ago

lobaluna commented 2 years ago

The name of the database used in this example has changed name (checked today):

sql2csv --db 'sqlite:///r-datasets.db' \
> --query 'SELECT row_names AS car, mpg FROM mtcars ORDER BY mpg' | csvlook

The new name is datasets.sqlite

kurokirasama commented 5 months ago

The new name doesn't work for me either