Which are the goddesses?...The tenth is Vor, who is so wise and searching that nothing can be concealed from her.

Snorri Sturluson, Icelandic historian, poet, and politician

Chapter 4Working with Databases

You study (or practice) data science. (Check!) You import raw data from disk files into Python data structures. (Check!) But all good things come in threes, and here’s another data chapter: databases are where you will store your data in the long run.

Databases are important components of the data analysis pipeline:

  • Input data is often provided in the form of database tables. You must retrieve it from the database for further processing.

  • Databases provide highly optimized, fast, non-volatile storage that you can use for storing raw data ...

Get Data Science Essentials in Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.