W3cubDocs

/pandas 0.23

pandas.Series.last_valid_index

Series.last_valid_index() [source]

Return index for last 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.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Series.last_valid_index.html