save_labels_tsv#

ethograph.labels.tsv_store.save_labels_tsv(path, df)[source]#

Save labels DataFrame to TSV. Uses atomic write (tmp + rename).

Parameters:
  • path (str or Path) – Destination path.

  • df (pd.DataFrame) – Labels DataFrame with required columns (see REQUIRED_COLUMNS).

Return type:

None