Week 7 - Programming with databases
Learning objectives
- Review: understand how the data model relates to queries
- Understand the basic database programming model
- Access an SQLite database from Python and R
- Understand how to use the Python/Pandas and R/dbplyr convenience functions
Slides and other materials
Coding transcripts:
Resources
https://peps.python.org/pep-0249/
- Common Python-RDBMS API
https://docs.python.org/3.11/library/sqlite3.html
- Python SQLite module
-
- R dbplyr documentation