home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 46512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
130775 130775 46512 46512 9309 5 0.383124384639084
130776 130776 46512 46512 139143 2 0.095781096159771
130777 130777 46512 46512 170668 1 0.095781096159771
130778 130778 46512 46512 183169 1 0.063854064106514
130779 130779 46512 46512 190629 1 0.0766248769278168
130780 130780 46512 46512 201555 1 0.0547320549484406
130781 130781 46512 46512 249868 1 0.127708128213028
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 1119.87ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website