Site Navigation
Return True if there are any NaNs.
Enables various performance speedups.
Examples
>>>s=pd.Series([1,2,3],index=['a','b',None])>>>sa 1b 2None 3dtype: int64>>>s.index.hasnansTrue
Index.hasnans