Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NumPy >= 1.4.0 NaN-handling issues #33

Closed
wesm opened this issue Jan 22, 2011 · 1 comment
Closed

NumPy >= 1.4.0 NaN-handling issues #33

wesm opened this issue Jan 22, 2011 · 1 comment

Comments

@wesm
Copy link
Member

wesm commented Jan 22, 2011

There are a few potential NaN-casting problems floating around the codebase, e.g.:

df1 = pandas.DataFrame({'x':[5]})
df2 = pandas.DataFrame({'x':[1]})
df1.combineAdd(df2)
@wesm
Copy link
Member Author

wesm commented Feb 20, 2011

I believe I've got these all fixed.

dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
stijnvanhoey pushed a commit to stijnvanhoey/pandas that referenced this issue Dec 23, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant