From 1875d732931116eaaeef0c1592a71437e4577d99 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 21 Jun 2024 12:47:12 +0200 Subject: [PATCH] DOC: add PARQUET tables to data format definition --- docs/data-format.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/data-format.rst b/docs/data-format.rst index 0bd44bc6..f710e87d 100644 --- a/docs/data-format.rst +++ b/docs/data-format.rst @@ -6,7 +6,7 @@ several **tables**, and **media** files. On hard disk all of them are stored inside a single folder. The header is stored as a YAML file, -the tables contain labels stored in (possibly) multiple CSV files, +the tables contain labels stored in (possibly) multiple CSV or PARQUET files, and the media files are usually stored in sub-folders. Each table column is linked to a scheme and/or to a rater. Each table row is linked to a media file, @@ -18,16 +18,16 @@ The database is implemented as :class:`audformat.Database`. .. table:: Parts of a database stored in audformat on the hard disk. - ========================== ========================================== - File Content - ========================== ========================================== - ``db.yaml`` Meta information, schemes, list of raters - ``db..csv`` Table with files or file segments as index - and columns holding annotations - ``db..csv`` Misc table with unspecified index - and columns holding annotations - ```` Audio/Video files referenced in the tables - ========================== ========================================== + ==================================== ========================================== + File Content + ==================================== ========================================== + ``db.yaml`` Meta information, schemes, list of raters + ``db..[csv|parquet]`` Table with files or file segments as index + and columns holding annotations + ``db..[csv|parquet]`` Misc table with unspecified index + and columns holding annotations + ```` Audio/Video files referenced in the tables + ==================================== ========================================== The connection between the header, media files and a table is highlighted in the following sketch: