SArray.
dropna
Create new SArray containing only the non-missing values of the SArray.
A missing value shows up in an SArray as ‘None’. This will also drop float(‘nan’).
The new SArray with missing values removed.