Handle masked arrays in DataFrame constructor by dieterv77 · Pull Request #396 · pandas-dev/pandas (original) (raw)

If passing a masked array to DataFrame constructor, my expectation was that the masked entries would end up as NAN's in the DataFrame. This does not appear to be the case. The commits in the pull request try toe address that.

as always, comments welcome.

thanks