Problem: ```sh cat <<EOF >data/check.csv b, c one,1 zero,0.0 zero,0 EOF cat data/check.csv| tv -n 50 ```  The `NaN` should be `0`.