Source Code:
(back to article)
if isinstance(value, float) and math.isnan(value): print('Found a NaN value')
Result:
Report an issue