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