modin.pandas.DataFrame.first_valid_index¶
- DataFrame.first_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#L1815-L1819)¶
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