We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We only use it in one place, and removing it there doesn't break anything. Moreover, it behaves surprisingly:
>>> pd.Index(['a', np.nan, 'b']).is_mixed() True >>> Index([0, 'a', 1, 'b', 2, 'c']).is_mixed() False