Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 990 Bytes

table_dataseries.md

File metadata and controls

20 lines (15 loc) · 990 Bytes

Table: dataseries

Description: A dataseries is a set of datapoints that a recorded over at least one invariant condition, and thus logically grouped. In a ThermoML file this is the content on one PureOrMixtureData section.

'PureOrMixtureData' section in the ThermoML Schema

ThermoML Schema

Example data of a 'PureOrMixtureData' section of a ThermoML file

ThermoML Example

MySQL 'dataseries' table structure

MySQL Structure

MySQL Fields

  • id: dataseries primary key (auto-generated and unique)
  • dataset_id: foreign key (datasets table) of the dataset the dataseries is part of
  • idx: the index of the datapoint in the dataseries (based on appearance in the ThermoML file)
  • points: number of datapoints in a dataseries
  • updated: datetime last updated