You are viewing documentation about an older version (1.25.0). View latest version

modin.pandas.DataFrame.shape

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

Return a tuple representing the dimensionality of the DataFrame.

Language: English