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

modin.pandas.Series.empty

property Series.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/series.py#L2431-L2434)

Indicator whether the Series is empty.

True if the Series is entirely empty (no items), meaning it is of length 0.

Language: English