modin.pandas.DataFrame.shape

property DataFrame.shape: tuple[int, int][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.32.0/src/snowflake/snowpark/modin/plugin/extensions/dataframe_overrides.py#L2009-L2016)

Return a tuple representing the dimensionality of the DataFrame.

Language: English