Skip to content

combine.sedml.data

Reading NUML, CSV and TSV data from DataDescriptions.

DataDescriptionParser

Class for parsing DataDescriptions.

parse classmethod

parse(dd, working_dir=None)

Parse single DataDescription.

Returns dictionary of data sources {DataSource.id, slice_data}

:param dd: SED-ML DataDescription :param working_dir: workingDir relative to which the sources are resolved :return: dictionary of pandas.Series