home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 15886

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
224449 224449 77422 77422 15886 1 0.239130434782609
319699 319699 107739 107739 15886 8 0.625
432420 432420 155515 155515 15886 1 0.239130434782609
892622 892622 313149 313149 15886 4 0.6
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 1658.167ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website