pandas / 0.25.0 / reference / api / pandas.index.dropna.html /

pandas.Index.dropna

Index.dropna(self, how='any') [source]

Return Index without NA/NaN values

Parameters:
how : {‘any’, ‘all’}, default ‘any’

If the Index is a MultiIndex, drop the value when any or all levels are NaN.

Returns:
valid : Index

© 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.Index.dropna.html