from_csv

classmethod ParameterGroup.from_csv(filepath: str, delimiter: Optional[str] = None)glotaran.parameter.parameter_group.ParameterGroup[source]

Creates a ParameterGroup from a CSV file.

Parameters
  • filepath – The path to the CSV file.

  • delimiter – The delimiter of the CSV file.