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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297477 297477 100588 100588 27805 2 0.138297872340426
297478 297478 100588 100588 75300 8 0.414893617021277
297479 297479 100588 100588 216116 1 0.207446808510638
297480 297480 100588 100588 241712 1 0.207446808510638
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 2048.932ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website