Skip to content

Commit

Permalink
DOC: Table.save() store hash for parquet files
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 25, 2024
1 parent fe8d090 commit e341105
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audformat/core/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,16 @@ def save(
Existing files will be overwritten.
When using ``"parquet"`` as ``storage_format``
a hash,
based on the content of the table,
is stored under the key ``b"hash"``
in the metadata of the schema of the parquet file.
This provides a deterministic hash,
as md5 sums of parquet files
can be different
for the same content.
Args:
path: file path without extension
storage_format: storage format of table.
Expand Down

0 comments on commit e341105

Please sign in to comment.