home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 68447

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192532 192532 68447 68447 3686 3 0.242424242424242
192533 192533 68447 68447 72516 1 0.242424242424242
192534 192534 68447 68447 103930 1 0.242424242424242
192535 192535 68447 68447 152932 2 0.242424242424242
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 1184.841ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website