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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
978394 978394 353656 353656 2591 6 0.315789473684211
978395 978395 353656 353656 4112 1 0.0789473684210526
978396 978396 353656 353656 56090 1 0.105263157894737
978397 978397 353656 353656 124000 2 0.315789473684211
978398 978398 353656 353656 233952 1 0.157894736842105
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 2181.076ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website