Python client for parsing SCOTUS data from multiple sources.
Project description
Usage
pip install -e git@github.com:newsdev/nyt-clerk.git#egg=clerk python -m clerk.scdb python -m clerk.scotus python -m clerk.scores
Data
clerk/data/scdb_cases.json: SCDB fields about decided merits cases, excluding the justice and vote details.
clerk/data/scdb_justices.json: SCDB fields about individual justices.
clerk/data/scdb_votes.json: SCDB fields about a single justice’s vote in a single case.
clerk/data/scotus_cases.json: Case data from the SupremeCourt.gov site, including transcripts and audio where available.
clerk/data/scores_courtterms.json: Data about the ideology of a given Court term.
clerk/data/scores_justices.json: Data about the ideology and qualifications of a given Justice before they were confirmed.
clerk/data/scores_justicetterms.json: Data about the ideology of an individual Justice in a given Court term.
SCDB Data
SCDB data includes cases from 1946 term to the 2014 term. Many fields need to be mapped to their full values. The SCDB maintains an online codebook with these maps.
SCOTUS Data
The SupremeCourt.gov site has case data from the 2000 term until the present for some cases. * Argument transcripts: 2000-present * Slip opinions (decision PDFs): 2006-present * Oral argument audio: 2010-present
Ideology / Qualification Scores
Martin-Quinn scores measure the relative ideology of a Justice or a Supreme Court term to the median Justice. Andrew Martin and Kevin Quinn wrote an excellent paper about the method.
Segal-Cover scores measure the ideology and qualification of an individual Justice before their appointment to the Court. Jeffrey Segal wrote a summary and shows the raw data as a table (warning: PDF).
Todos
Build inflator for turning JSON into Python objects.
Think a bit more about the developer API.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nyt-clerk-0.0.15.tar.gz
.
File metadata
- Download URL: nyt-clerk-0.0.15.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b414c19029fad8edf5620eb69e8dd7047f97ac25404d619a1d283c0ed4dbcd |
|
MD5 | 51d902ca22a0b91efefc55c02a57b554 |
|
BLAKE2b-256 | 7fdb031ce56c473efbfa8948eb17e821375ed37ce574d82e32c9d7cab8b9bc6f |