Material Property Datasets
Upload a material property dataset
Upload a parquet or CSV file as a material property dataset.
The file must contain at least the columns declared in columns. All values are coerced to Float64; non-parseable cells are stored as NaN. The raw file is preserved in storage alongside the processed parquet.
The columns field must be a JSON-encoded array, e.g.::
[
{"name": "c_e", "unit": "mol/L"},
{"name": "kappa", "unit": "S/m"},
{"name": "diffusivity", "unit": "m^2/s"}
]
post/material_property_datasets
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.