Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Index.intersection

Index.intersection(other)

Form the intersection of two Index objects. Sortedness of the result is not guaranteed

Parameters:other : Index or array-like
Returns:intersection : Index