audeering / audformat

Format to store media files and annotations
https://audeering.github.io/audformat/
Other
11 stars 1 forks source link

Transform `Table._pyarrow_convert_dtypes` into a class method and add unit tests #437

Open hagenw opened 3 months ago

hagenw commented 3 months ago

As stated in https://github.com/audeering/audformat/pull/419#pullrequestreview-2127732345, we should convert audformat.Table._pyarrow_convert_dtypes() to a class method, so we can easily add unit tests for it, and make it easier to understand.