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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
211969 211969 74143 74143 52194 2 0.073213982605896
211970 211970 74143 74143 60360 5 0.18367689473184
211971 211971 74143 74143 98106 2 0.163711442010271
211972 211972 74143 74143 110619 6 0.272639527503387
211973 211973 74143 74143 187166 2 0.115761470803291
211974 211974 74143 74143 225895 1 0.10914096134018
211975 211975 74143 74143 308064 1 0.0654845768041083
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 1143.422ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website