bigframes.pandas.DataFrame.ndim# property DataFrame.ndim: int# Return an int representing the number of axes / array dimensions. Returns: Return 1 if Series. Otherwise return 2 if DataFrame. Return type: int