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 | lib.NoDefault = _NoDefault.no_default)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/types.py#L939-L942)

Bases: Series, Generic[_T]

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

Methods

Attributes

Language: English