pandas.DataFrame.first_valid_index

DataFrame.first_valid_index()[source]

Return index for first non-NA/null value.

Returns:
scalar : type of index

Notes

If all elements are non-NA/null, returns None. Also returns None for empty NDFrame.

Scroll To Top