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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
333349 333349 112373 112373 25541 6 0.315789473684211
333350 333350 112373 112373 93512 2 0.315789473684211
333351 333351 112373 112373 140847 1 0.0789473684210526
333352 333352 112373 112373 243656 1 0.157894736842105
333353 333353 112373 112373 250802 1 0.105263157894737
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 1295.253ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website