modin.pandas.Series.empty

property Series.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.33.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/series.py#L2410-L2415)

Indicator whether the Series is empty.

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

Language: English