modin.pandas.Series.last_valid_index¶
- Series.last_valid_index()[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/base.py#L1977-L1981)¶
Return index for last non-NA value or None, if no non-NA value is found.
- Return type:
scalar or None, Tuple of scalars if MultiIndex
Examples