Chapter 23
Databases with Python and pandas
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Establish a connection to a sqlite3 database using python.
- Create a cursor object to interact with the database.
- Create a pandas DataFrame using data from a sqlite3 database.
- Add data from a pandas DataFrame into a sqlite3 database.
Key Terminology
Databases with Python
- sqlite3
- Cursor object
- parameterized queries