is_tabular¶ is_tabular(X)[source]¶ Check if input is a 2D table. Parameters: XcollectionSee aeon.utils.data_types.COLLECTIONS_DATA_TYPES for details. Returns: boolTrue if input is 2D, False otherwise.