=== SQL === SQL Bootcamp ============ These docs contain **asynchronous workshop materials, resources, and links to demo videos**. Data ---- In the late 1920s and early 1930s, William Dyer, Frank Pabodie, and Valentina Roerich led expeditions to the Pole of Inaccessibility in the South Pacific, and then onward to Antarctica. Two years ago, their expeditions were found in a storage locker at Miskatonic University. We have scanned and OCR the data they contain, and we now want to store that information in a way that will make search and analysis easy. Download the data: `survey.db `__. These lessons are based on `Software Carpentry: Using Databases and SQL `__. Resources --------- - `Brandeis Data Services at the library `__ - `Partition By command `__ - `SQLite Wiki `__ - Databases in Excel: `Download ODBC driver for Excel `__ to create and import databases - `Programming with Databases in R `__ - `Programming with Databases in Python `__ - `Intro to SQL with Python (with interactive notebooks) on Kaggle `__ .. toctree:: :hidden: :caption: Contents: Setup sql/selecting-data sql/sorting-duplicates sql/filtering sql/calculating sql/missing-data Aggregates Combining data Create and modify Glossary