Support Density #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Density is one of the simpler PubChem annotations: a number, a unit (g/cm³, g/mL, kg/m³), and sometimes a temperature.
Scope
Add
DENSITY = "Density"toAnnotation. Createpcdigitizer/data/density.pywith aDensityDataprocessor. Output schema:cid,sid,pclid,density_value(Float64),unit(String),temperature_C(Float64, nullable),comment(String, nullable). Register, export, and test.Definition of done
Working fetch-and-parse pipeline. Tests pass. Docstrings present.