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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1029010 1029010 365434 365434 10444 6 0.315789473684211
1029011 1029011 365434 365434 46272 1 0.105263157894737
1029012 1029012 365434 365434 54956 1 0.157894736842105
1029013 1029013 365434 365434 54958 1 0.0789473684210526
1029014 1029014 365434 365434 101941 2 0.315789473684211
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 1462.92ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website