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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859413 859413 297297 297297 30946 1 0.139211136890951
859414 859414 297297 297297 68195 1 0.0835266821345708
859415 859415 297297 297297 91273 4 0.417633410672854
859416 859416 297297 297297 256695 1 0.104408352668213
859417 859417 297297 297297 270999 1 0.208816705336427
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 842.674ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website