home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 68051

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
191255 191255 68051 68051 12043 5 0.241188071628013
191256 191256 68051 68051 75490 1 0.0795623921243058
191257 191257 68051 68051 76310 3 0.318249568497223
191258 191258 68051 68051 147961 1 0.0795623921243058
191259 191259 68051 68051 170921 1 0.106083189499074
191260 191260 68051 68051 225057 3 0.102422193346464
191261 191261 68051 68051 308054 1 0.0530415947495372
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 904.804ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website