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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
567958 567958 222873 222873 28424 2 0.336
567959 567959 222873 222873 146869 1 0.168
567960 567960 222873 222873 193469 2 0.336
567961 567961 222873 222873 194874 1 0.112
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 2150.517ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website