Skip to content

Interacting with datasets in MySQL

Sean Quigley edited this page Oct 22, 2015 · 18 revisions

Data has been loaded into a MySQL relational database for your consumption. This is particularly useful for especially large datasets that can be hard to load into memory on your local machine or are slow to download from S3.

Clone this wiki locally