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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
780751 780751 273008 273008 25165 3 0.242424242424242
780752 780752 273008 273008 102547 1 0.242424242424242
780753 780753 273008 273008 141495 1 0.242424242424242
780754 780754 273008 273008 145401 1 0.121212121212121
780755 780755 273008 273008 222855 1 0.121212121212121
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 1656.745ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website