gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
419 stars 35 forks source link

feat: add ways to interact with the database from tidyverse / pandas / polars #1

Closed tomsing1 closed 5 months ago

tomsing1 commented 5 months ago

This is an amazing resource, and the Python in SQLite examples are very helpful. If there are queries left, perhaps an example on how to query the database via one of the most common data science "tool kits" would be helpful? E.g. you might consider an example using

Maybe that could be useful to how learners can leverage SQL within their preferred language?