Database Library

Matching for dead registered voters

Texas Watchdog

My news organization, Texas Watchdog, found thousands of dead people on our local county's voter rolls and dozens whose names may have been used to cast ballots after their deaths.

We couldn't have conducted the investigation without the IRE and NICAR Boot Camp training in Columbia, Mo.

Lee Ann O'Neal is deputy editor with Texas Watchdog, a nonprofit news site and training center based in Houston.

Tags:

Dodge the potholes in truck accident data

The new truck accident data is available from the IRE and NICAR Database Library and, as with any data set, you need to learn the pitfalls of the data. Here are some tips for dealing with the problems in truck accident data and ways you can bulletproof your analysis that I learned working on a 2006 truck safety project at The Dallas Morning News:

Federal safety data bolsters RV stories

KIRO-Seattle

Readme: Free text articleI knew the headline from the fatal luxury motor home crash would be short-lived, something like: RV loses brakes on mountain. One dead.

I stuck a note inside my “when-I-have-time” file as a reminder to pursue the story later. Within two days, the accident fell off the local news media’s radar.

Chris Halsne is an investigative reporter with KIRO-Seattle. He can be reached at CHalsne@kirotv.com.

Tags:

Flying with SQL subqueries

In most cases, when you want to match data from one table in a database to another, a common approach is to use a JOIN clause in your query.

For example, if you had a list of candidates in one table, and a list of donations made to candidates (with one field having a candidate ID in it), you'd probably either use JOIN clause or a WHERE clause to match them together:

(pseudo-code)

SELECT * FROM candidates, donations where candidates.candidate_id = donations.candidate_id;

Advertise in Uplink

IRE logo

The National Institute for Computer-Assisted Reporting is a joint program of
Investigative Reporters and Editors, Inc., and the Missouri School of Journalism.

141 Neff Annex, Missouri School of Journalism, Columbia MO, 65211, Tel. 573-882-2042, Fax 573-884-5544

All Rights Reserved