DataFrame.first_valid_index(self) [source]
Return index for first non-NA/null value.
| Returns: |
|
|---|
If all elements are non-NA/null, returns None. Also returns None for empty Series/DataFrame.
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.DataFrame.first_valid_index.html