Drug Classification Dataset
Comprehensive Drug Classification and Mechanism Annotation Dataset
@kaggle.yxshee_toxic_chemical_compounds
Comprehensive Drug Classification and Mechanism Annotation Dataset
@kaggle.yxshee_toxic_chemical_compounds
CREATE TABLE pubchem_compound_cache (
"n__cid" BIGINT,
"cmpdname" VARCHAR,
"cmpdsynonym" VARCHAR,
"mw" DOUBLE,
"mf" VARCHAR,
"polararea" DOUBLE,
"complexity" DOUBLE,
"xlogp" DOUBLE,
"heavycnt" BIGINT,
"hbonddonor" BIGINT,
"hbondacc" BIGINT,
"rotbonds" BIGINT,
"inchi" VARCHAR,
"smiles" VARCHAR,
"inchikey" VARCHAR,
"iupacname" VARCHAR,
"exactmass" DOUBLE,
"monoisotopicmass" DOUBLE,
"charge" BIGINT,
"covalentunitcnt" BIGINT,
"isotopeatomcnt" BIGINT,
"totalatomstereocnt" BIGINT,
"definedatomstereocnt" BIGINT,
"undefinedatomstereocnt" BIGINT,
"totalbondstereocnt" BIGINT,
"definedbondstereocnt" BIGINT,
"undefinedbondstereocnt" BIGINT,
"pclidcnt" BIGINT,
"gpidcnt" BIGINT,
"gpfamilycnt" BIGINT,
"meshheadings" VARCHAR,
"annothits" VARCHAR,
"annothitcnt" BIGINT,
"aids" VARCHAR,
"cidcdate" BIGINT,
"sidsrcname" VARCHAR,
"depcatg" VARCHAR,
"annotation" VARCHAR
);
Anyone who has the link will be able to view this.