home / openregs

entity_dominance

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where entity_id = 1147715

✎ View and edit SQL

This data as json, CSV (advanced)

name_normalized ▼ entity_id dominance_ratio candidate_count size notes
A BETTER SHOT FOUNDATION 1147715 1147715 999999.0 2 2802688.0 unrelated_100x

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE entity_dominance (
            name_normalized TEXT PRIMARY KEY,
            entity_id INTEGER NOT NULL,
            dominance_ratio REAL NOT NULL,  -- size(top) / size(#2)
            candidate_count INTEGER NOT NULL,
            size REAL NOT NULL,
            notes TEXT,
            FOREIGN KEY (entity_id) REFERENCES entities(entity_id)
        );
CREATE INDEX idx_ed_nn ON entity_dominance(name_normalized);
Powered by Datasette · Queries took 17.966ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API