Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ size_categories:
|
|
| 23 |
|
| 24 |
A clean, queryable DuckDB database built from [FEC bulk data](https://www.fec.gov/data/browse-data/?tab=bulk-data) covering federal campaign finance filings.
|
| 25 |
|
| 26 |
-
**
|
| 27 |
|
| 28 |
Built with [fec-database](https://github.com/ian-nason/fec-database).
|
| 29 |
|
|
@@ -64,14 +64,14 @@ DuckDB uses HTTP range requests, so only the pages needed for your query are dow
|
|
| 64 |
|
| 65 |
| Table | Description | Rows | Cols | Cycles |
|
| 66 |
|-------|-------------|------|------|--------|
|
| 67 |
-
| `individual_contributions` | Every individual donation: name, employer, occupation, amount, date |
|
| 68 |
| `committee_to_committee` | Transfers between committees | 45,559,049 | 22 | 2004-2026 |
|
| 69 |
| `operating_expenditures` | Committee operating expenditures: payee, purpose, amount | 18,875,347 | 26 | 2004-2026 |
|
| 70 |
| `committee_contributions` | PAC/party contributions to candidates | 5,214,013 | 23 | 2004-2026 |
|
| 71 |
| `independent_expenditures` | Independent expenditures for/against candidates | 664,775 | 258 | 2010-2026 |
|
| 72 |
| `committees` | Committee master: name, type, party, treasurer, connected org | 183,599 | 16 | 2004-2026 |
|
|
|
|
| 73 |
| `candidate_committee_links` | Which committees are authorized by which candidates | 73,520 | 8 | 2004-2026 |
|
| 74 |
-
| `candidates` | Candidate master: name, party, office, state, district, status | 67,702 | 16 | 2004-2026 |
|
| 75 |
| `communication_costs` | Internal communications supporting/opposing candidates | 25,558 | 27 | 2010-2026 |
|
| 76 |
| `electioneering_communications` | Broadcast ads mentioning candidates near elections | 1,570 | 397 | 2010-2024 |
|
| 77 |
|
|
|
|
| 23 |
|
| 24 |
A clean, queryable DuckDB database built from [FEC bulk data](https://www.fec.gov/data/browse-data/?tab=bulk-data) covering federal campaign finance filings.
|
| 25 |
|
| 26 |
+
**339,466,701 rows** across **10 tables** covering candidates, committees, individual contributions, PAC spending, and more.
|
| 27 |
|
| 28 |
Built with [fec-database](https://github.com/ian-nason/fec-database).
|
| 29 |
|
|
|
|
| 64 |
|
| 65 |
| Table | Description | Rows | Cols | Cycles |
|
| 66 |
|-------|-------------|------|------|--------|
|
| 67 |
+
| `individual_contributions` | Every individual donation: name, employer, occupation, amount, date | 268,792,987 | 22 | 2004-2026 |
|
| 68 |
| `committee_to_committee` | Transfers between committees | 45,559,049 | 22 | 2004-2026 |
|
| 69 |
| `operating_expenditures` | Committee operating expenditures: payee, purpose, amount | 18,875,347 | 26 | 2004-2026 |
|
| 70 |
| `committee_contributions` | PAC/party contributions to candidates | 5,214,013 | 23 | 2004-2026 |
|
| 71 |
| `independent_expenditures` | Independent expenditures for/against candidates | 664,775 | 258 | 2010-2026 |
|
| 72 |
| `committees` | Committee master: name, type, party, treasurer, connected org | 183,599 | 16 | 2004-2026 |
|
| 73 |
+
| `candidates` | Candidate master: name, party, office, state, district, status | 76,283 | 16 | 2004-2026 |
|
| 74 |
| `candidate_committee_links` | Which committees are authorized by which candidates | 73,520 | 8 | 2004-2026 |
|
|
|
|
| 75 |
| `communication_costs` | Internal communications supporting/opposing candidates | 25,558 | 27 | 2010-2026 |
|
| 76 |
| `electioneering_communications` | Broadcast ads mentioning candidates near elections | 1,570 | 397 | 2010-2024 |
|
| 77 |
|