In #542 we removed the types_mapper argument when converting a arrow table to a pandas dataframe. The type_mapper was simply copied from the audformat implementation, where it seems to lead to an arrow when we remove it, compare audeering/audformat#508
In #542 we removed the
types_mapperargument when converting a arrow table to a pandas dataframe. Thetype_mapperwas simply copied from theaudformatimplementation, where it seems to lead to an arrow when we remove it, compare audeering/audformat#508