pandas.DataFrame.last_valid_index

DataFrame.last_valid_index(self)[source]

Return index for last non-NA/null value.

Returns
scalartype of index

Notes

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