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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430510 430510 155011 155011 3118 8 0.364485981308411
430511 430511 155011 155011 136411 1 0.182242990654206
430512 430512 155011 155011 202779 1 0.182242990654206
430513 430513 155011 155011 227438 1 0.121495327102804
430514 430514 155011 155011 258533 1 0.121495327102804
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 1381.129ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website