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 = 433424

✎ View and edit SQL

This data as json, CSV (advanced)

name_normalized ▼ entity_id dominance_ratio candidate_count size notes
DISABLED AMERICAN VETERANS 433424 433424 27.0 1081 831109874.0 parent_subord_10x

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 162.102ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API