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

snowflake.snowpark.types.PandasSeries¶

class snowflake.snowpark.types.PandasSeries(data=None, index=None, dtype: Dtype | None = None, name=None, copy: bool | None = None, fastpath: bool = False)[source]¶

Bases: Series, Generic[_T]

The type hint for annotating pandas Series data when registering UDFs.

Methods

Attributes