is_tabular¶ is_tabular(X)[source]¶ Check if input is a 2D table. Parameters: Xarray-like Returns: boolTrue if input is 2D, False otherwise.