mars.dataframe.Index.dropna

Index.dropna(how='any')

Return Index without NA/NaN values.

参数

how ({'any', 'all'}, default 'any') – If the Index is a MultiIndex, drop the value when any or all levels are NaN.

返回

返回类型

Index