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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
223220 223220 77115 77115 4042 8 0.461538461538462
223221 223221 77115 77115 98123 1 0.153846153846154
223222 223222 77115 77115 215510 1 0.115384615384615
223223 223223 77115 77115 221549 1 0.230769230769231
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 1842.471ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website