modin.pandas.DataFrame.shape¶
- property DataFrame.shape: tuple[int, int][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/dataframe.py#L415-L421)¶
Return a tuple representing the dimensionality of the
DataFrame
.