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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758274 758274 266223 266223 8184 1 0.31304347826087
758275 758275 266223 266223 115944 4 0.31304347826087
758276 758276 266223 266223 216174 1 0.156521739130435
758277 758277 266223 266223 281886 1 0.104347826086957
758278 758278 266223 266223 294889 1 0.0782608695652174
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 901.852ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website