home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 261266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
741740 741740 261266 261266 1860 5 0.41958041958042
741741 741741 261266 261266 40424 1 0.13986013986014
741742 741742 261266 261266 46121 1 0.20979020979021
741743 741743 261266 261266 140924 1 0.104895104895105
741744 741744 261266 261266 190562 1 0.0839160839160839
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 845.607ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website