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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
26557 26557 7746 7746 3517 1 0.20625
26558 26558 7746 7746 11429 7 0.4125
26559 26559 7746 7746 213009 1 0.20625
26560 26560 7746 7746 290899 1 0.1375
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 1015.661ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website