Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 1,167 Bytes
61d29fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Data Source Scripts
This directory contains scripts organized by external data source.
## Structure
Each subdirectory contains scripts for a specific data source:
- **openstates/** - OpenStates legislative data (bills, legislators, votes)
- **census/** - US Census Bureau geographic and demographic data
- **irs/** - IRS nonprofit data (Form 990, Business Master File)
- **nccs/** - National Center for Charitable Statistics unified nonprofit data
- **fec/** - Federal Election Commission campaign finance data
- **ballotpedia/** - Ballotpedia election and official data
- **google_civic/** - Google Civic Information API
- **grants_gov/** - Grants.gov federal grant data
- **localview/** - LocalView meeting transcripts and agendas
- **meetingbank/** - MeetingBank research dataset
- **nces/** - National Center for Education Statistics
- **wikidata/** - Wikidata structured knowledge base
- **dbpedia/** - DBpedia structured Wikipedia data
- **voter_data/** - Voter registration and turnout data
## Usage
Each subdirectory may contain:
- Ingestion/download scripts
- Schema creation scripts
- Export/transformation scripts
- README with data source details
|