home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 255421

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722648 722648 255421 255421 45513 5 0.353522781049281
722649 722649 255421 255421 147248 1 0.135363679015095
722650 722650 255421 255421 209407 2 0.287149726073799
722651 722651 255421 255421 228664 1 0.101522759261322
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 1058.962ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website