is_tabular

is_tabular(X)[source]

Check if input is a 2D table.

Parameters:
Xcollection

See aeon.utils.data_types.COLLECTIONS_DATA_TYPES for details.

Returns:
bool

True if input is 2D, False otherwise.