modin.pandas.Series.first_valid_index¶
- Series.first_valid_index() int[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/base.py#L1913-L1917)¶
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