Nicole Stotz Spring 2010.  The FEC provides campaign finance data online for election cycles 1976-present  Contributions totaling $200 must be reported.

Slides:



Advertisements
Similar presentations
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Advertisements

Int 1 Revision Word Processing Most people are familiar with word processing packages such as Microsoft Word, Open Office and Word Perfect. Here are some.
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
Quick-and-dirty.  Commands end in a semi-colon ◦ If you forget, another prompt line shows up  Either continue the command or…  End it with a semi-colon.
1 Merging with SQL HRP223 – 2011 October 31, 2011 Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation.
1 Lab 2 HRP223 – 2010 October 18, 2010 Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected.
1 Creating and Tweaking Data HRP223 – 2010 October 24, 2011 Copyright © Leland Stanford Junior University. All rights reserved. Warning: This.
The Data Center Role in Providing Data: Packaging Information for Texas Data Users Jeff Jordan Texas State Data Center / Business and Industry Data Center.
Marketing Campaign Using Segmentation and Demographics.
Using the Tax Assessor’s Database & Other land use datasets.
Tutorial 8 Sharing, Integrating and Analyzing Data
Navigating the Information Highway’s Fast Lane A Speed Demon’s Guide to the Internet.
NPR DS Marketing Forms powered by Springboard Reports May, 2015.
Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics.
Applications for 2012 County Business Patterns Data pre- related with TIGER/Line Data in a Geodatabase Format Geography Division US Census Bureau Fall.
Campaign Finance & Reform AP GoPo. Court Cases Research the following court cases and record the 5 W’s (who, what, where, etc.) and the outcome – Buckley.
Financing Campaigns. Running for office is very expensive; for example, presidential candidates spend about 1 billion dollars each in the 2012 election.
I Want My Data © 2008 Infinite Campus. All Rights Reserved. DL1305-1, DL Angel Lindsey Support Specialist K-12 Solutions Group.
Extending Python Doing more than just interfacing with the geoprocessor Free example utility for NZ Projections Kim Ollivier.
ControlDraw, Modularisation, Standards And Re-Use Standardised Specification and Modular Design How ControlDraw Help.
Unit Seven Database 1.Passage One. Foundation of Database.
GOLAN SALMAN RAZI MUKATREN PRIVACY IN A DEMOGRAPHIC DATABASE PROJECT PLAN.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
1 Lab 2 and Merging Data (with SQL) HRP223 – 2009 October 19, 2009 Copyright © Leland Stanford Junior University. All rights reserved. Warning:
Grade 11 Computer Science. Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
Some Title from the Headrer and Footer, 19 April Overview Requirements Current Design Work in Progress.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
GSA’s Vendor and Customer Self Service (VCSS).  View and Print Statements  View and print statements for your accounts.  Statement Search by Agreement.
Welcome to the Wonderful World of Web-Calendar The New School Calendar (SPC) System 1 * PLEASE HOLD QUESTIONS UNTIL END OF PRESENTATION *
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
Money in state politics Ronald Campbell The Orange County Register
DATA Spatial Data – where things are Non Spatial Data or Attribute Data – What things are Data in a computer database are managed and accessed through.
LI: I can show what I already know about handling data Steps to Success… Give ideas of important words to contribute towards a mind map Be able to name.
CIS Group 1 Final The Grim House Alex Bates, Ryan Kaes, William Lipe, Robert Hudson.
Campaign Finance E-Filing Systems in Model States ALC/Electronic Filing Systems for Campaign and Finance Reports Subcommittee Prepared by the Bureau of.
GEO375 Final Project: From Txt to Geocoded Data. Goal My Final project is to automate the process of separating, geocoding and processing 911 data for.
Lecture 7 Basic GIS Analysis Operations
# 1# 1 Moving SQL Data Across Applications How do you export and import data into or out of a database? What do we mean by.csv? CS 105 Spring 2010.
Homework: PP and IGs test on Friday FrontPage: Turn in FP; make sure to vote BoR…
This was written with the assumption that workbooks would be added. Even if these are not introduced until later, the same basic ideas apply Hopefully.
The Election Process Elections and Paying for Campaigns.
Data Visualization and Best Practices Webinar. Overview Environmental Data Sources and Considerations  SDWIS, radon labs, local health departments, for.
Lunch & Learn & Laugh! (or at least giggle).
DU REDCap Introduction
Campaign Management.
Software and file types
Data Sharing We all need data
Vocabulary byte - The technical term for 8 bits of data.
SMS MARKETING.
Performing Mail Merges
Access Lesson 14 Import and Export Data
ECONOMETRICS ii – spring 2018
Preliminaries: -- vector, raster, shapefiles, feature classes.
Preparing your Data using Python
The Cost of Political Campaigns
Preparing your Data using Python
Lab 2 and Merging Data (with SQL)
Campaign Financing.
Lab 2 HRP223 – 2010 October 18, 2010 Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected.
Guidelines for Microsoft® Office 2013
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
How to finance a campaign
Tactics Interest Groups.
Virginia Lenvik Geography 375 Spring 2013
Topic A Grade 1.
Presentation transcript:

Nicole Stotz Spring 2010

 The FEC provides campaign finance data online for election cycles 1976-present  Contributions totaling $200 must be reported  For the 2008 elections, who donated what, and to who?  Parsed data for San Joaquin County, and attempted to represent this on a zip code level.

 FEC individual contributions and candidate files for 2008  California ZTCA file from Census Bureau (like a zipcode, but is linked to demographic data)  San Joaquin County shapefile from CalAtlas

 FEC provides a pdf on dealing with their data  It was imported into Access, and exported as a formatted csv  Surprise, lots of errors!  Surprise, huge files!  Surprise, my computer couldn’t handle processing…20+ minutes processing times were common

 A custom dictionary replace script was the answer  No NULL values, extra commas, weird names, overpunch characters  There is no apparent use for overpunch characters, the FEC only tells how to get rid of them

 Created 3 scripts in total – to parse text files, and to join them together  Was not able to graphically represent my queries  Was able to get a subset of records of San Joaquin contributions for 2008

 While parsing the California subset individual contributions, I couldn’t find individual donations to McCain  Either all individual donations in California were under $200, and not reported  Or major committees collected these donations  Or no one in California really liked McCain enough to make a large donation  Or my data was somehow messed up (this one is most likely)