is_filewise_index()¶
- audformat.is_filewise_index(obj)[source]¶
 Check if object has a filewise index.
Returns
Trueif index is a filewise index conform to table specifications.- Parameters
 - Return type
 - Returns
 Trueif index is filewise, otherwiseFalse
Examples
>>> is_filewise_index(filewise_index()) True >>> is_filewise_index(pd.Index([])) False