vallenae.io.TrfDatabase.write_fieldinfo

TrfDatabase.write_fieldinfo(field, info)

Write to fieldinfo table.

Parameters:
  • field (str) – Column name of data table

  • info (Dict[str, Any]) – Dict of properties and values, e.g. {“Unit”: “[Hz]”}

Raises:

ValueError – If field is not a column of data table