bigframes.pandas.Series.ndim# property Series.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