modin.pandas.Series.first_valid_index¶
- Series.first_valid_index() int[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/.tox/docs/lib/python3.9/site-packages/modin/pandas/base.py#L1867-L1871)¶
Return index for first non-NA value or None, if no non-NA value is found.
- Return type:
scalar or None, Tuple of scalars if MultiIndex
Examples