From 2912f76f38052b63ad1b127787416c66c2cd3781 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 19 Jun 2024 08:54:05 +0200 Subject: [PATCH] Revert "Update audformat/core/table.py" This reverts commit 3f21e3c41ae42cf8c37d01175bc82a5ea0b5fbea. --- audformat/core/table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/audformat/core/table.py b/audformat/core/table.py index 3565ab4a..d3732660 100644 --- a/audformat/core/table.py +++ b/audformat/core/table.py @@ -935,6 +935,7 @@ def _pyarrow_convert_dtypes( convert_all: bool = False, ) -> pd.DataFrame: r"""Convert dtypes that are not handled by pyarrow. + This adjusts dtypes in a dataframe, that could not be set correctly when converting to the dataframe