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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
185739 185739 66256 66256 3331 1 0.196078431372549
185740 185740 66256 66256 3496 16 0.392156862745098
185741 185741 66256 66256 34186 1 0.196078431372549
185742 185742 66256 66256 326116 1 0.196078431372549
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 913.044ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website