is_tabular

is_tabular(X)[source]

Check if input is a 2D table.

Parameters:
Xarray-like
Returns:
bool

True if input is 2D, False otherwise.