-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Type error when comparing numpy scalar to pandas series #13006
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
Labels
Milestone
Comments
well a try
|
A slightly more realistic example would be: (np.array([0,1,2])[0]) < pd.Series([0,1,2]) |
Note that |
sldion
pushed a commit
to sldion/pandas
that referenced
this issue
Apr 28, 2016
sldion
pushed a commit
to sldion/pandas
that referenced
this issue
Apr 28, 2016
4 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm getting strange results when comparing a numpy float to a pandas series. It seems to think that the numpy float is some sort of array...
Expected Output
Actual Output
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: