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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430481 430481 155001 155001 2901 6 0.315789473684211
430482 430482 155001 155001 128446 2 0.315789473684211
430483 430483 155001 155001 129009 1 0.157894736842105
430484 430484 155001 155001 155174 1 0.105263157894737
430485 430485 155001 155001 195800 1 0.0789473684210526
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 771.438ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website