stharrold / stharrold.github.io

GitHub page for stharrold, "Data Science Demos", with source code (`src_*` branches).
https://stharrold.github.io
MIT License
2 stars 1 forks source link

bug with pandas.read_fwf nan handling? #57

Open stharrold opened 8 years ago

stharrold commented 8 years ago

Note: Python engine for pandas.read_fwf casts NaN as np.float64 rather than np.nan. Accommodate with testing string representation as 'nan'.

Report if confirmed bug.