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.

Deprecated since version 1.3.0: is_tabular imported from utils.validation is deprecated and will be removed in v1.4.0. Import from aeon.utils.validation.collection instead.