home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

3 rows where inchi_id = 143195

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
404763 404763 141550 141550 143195 1 0.19047619047619
529947 529947 210344 210344 143195 1 0.0738162043845249
948242 948242 339971 339971 143195 1 0.0829919232290858
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 496.572ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website