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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
726016 726016 256486 256486 73586 8 0.434478064554141
726017 726017 256486 256486 134356 3 0.172422734182588
726018 726018 256486 256486 151687 1 0.217239032277071
726019 726019 256486 256486 188403 1 0.144826021518047
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 1218.742ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website