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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1162258 1162258 390345 390345 73558 1 0.157894736842105
1162259 1162259 390345 390345 75459 6 0.315789473684211
1162260 1162260 390345 390345 128192 2 0.315789473684211
1162261 1162261 390345 390345 196952 1 0.105263157894737
1162262 1162262 390345 390345 220266 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 1808.806ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website