Filter out data series with NaN passed to x13
x13
does not handle missing values. The print
-method already removes leading and trailing NaN
. But we do not check for intermediate NaN
, which will trigger x13
to fail. It would be preferable to return a meaningful message in this case.