pandas.Index.where — pandas 1.0.1 documentation (original) (raw)

Index. where(self, cond, other=None)[source]

Return an Index of same shape as self and whose corresponding entries are from self where cond is True and otherwise are from other.

Parameters

condbool array-like with the same length as self

otherscalar, or array-like

Returns

Index