write_annot
- ketos.data_handling.database_interface.write_annot(table, data_index, annots)[source]
Write annotations to a HDF5 table.
- Args:
- table: tables.Table
Table in which the annotations will be stored. (described by table_description()).
- data_index: int
Audio object unique identifier.
- annots: pandas DataFrame
Annotations
- Returns:
None.