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

snowflake.snowpark.types.PandasDataFrameType

class snowflake.snowpark.types.PandasDataFrameType(col_types: Iterable[DataType])[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/types.py#L334-L341)

Bases: _PandasType

Pandas DataFrame data type. The input should be a list of data types for all columns in order. It cannot be used as the return type of a Pandas UDF.

Language: English