xorbits.pandas.DataFrame.first_valid_index#
- DataFrame.first_valid_index() Hashable | None#
Return index for first non-NA value or None, if no non-NA value is found.
- Return type
type of index
Notes
If all elements are non-NA/null, returns None. Also returns None for empty Series/DataFrame.
Warning
This method has not been implemented yet. Xorbits will try to execute it with pandas.
This docstring was copied from pandas.core.frame.DataFrame.