Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 549 Bytes

NICAR17-MySQL

stuff for MySQL classes at NICAR 17

Data

We'll be using some Census data on Florida counties, and some campaign finance data on individual contributions from Jacksonville residents.

All the data is in the data folder.

To import the Census data through the Navicat import wizard, and to query the data, consult the tipsheet.

To load the campaign finance data, see the load_XXX.sql files in the sql folder.

To query the campaign finance data, see the querying_campaign_finance.sql file in the sql folder.