Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

sunlightlabs/zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zero

Zero keeps track of what happens in the lobby.

Specifically, the lobbies of the House and Senate.

Use Zero from an interactive session, for e.g. iPython.

To, for example, get all lobbying records for 2015 and put them in a subdirectory of an existing directory called data:

from zero import zero as z

z.SOPRDownloader('2015','data')

To parse through all of the results and get back a pandas dataframe (this is a bit slow):

df = z.build_year('data/2015').results

About

Zero tracks lobbying records kept by the Senate Office of Public Records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages