home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 155072

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430773 430773 155072 155072 3194 1 0.0991501416430595
430774 430774 155072 155072 3281 7 0.396600566572238
430775 430775 155072 155072 8726 1 0.0661000944287063
430776 430776 155072 155072 66654 1 0.132200188857413
430777 430777 155072 155072 245037 2 0.198300283286119
430778 430778 155072 155072 266600 1 0.0793201133144476
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 706.381ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website