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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
880389 880389 305781 305781 83774 1 0.103896103896104
880390 880390 305781 305781 88165 3 0.311688311688312
880391 880391 305781 305781 95346 1 0.311688311688312
880392 880392 305781 305781 176470 1 0.155844155844156
880393 880393 305781 305781 279530 1 0.0779220779220779
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 793.676ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website