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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
777487 777487 271934 271934 12896 1 0.123798643820892
777488 777488 271934 271934 21680 5 0.397513266738325
777489 777489 271934 271934 213237 1 0.247597287641784
777490 777490 271934 271934 258089 1 0.0990389150567136
777491 777491 271934 271934 308621 1 0.082532429213928
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 1013.613ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website