modin.pandas.Expanding.count¶
- Expanding.count(numeric_only: bool = False)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.19.0/src/snowflake/snowpark/modin/pandas/window.py#L501-L512)¶
Compute the expanding count.
- Parameters:
numeric_only (bool, default False) – Include only float, int, boolean columns.
- Returns:
Computed expanding count of values.
- Return type:
Examples