Skip to content

Series.add can't do with scalar value #2587

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

Closed
zhangruoyu opened this issue Dec 23, 2012 · 2 comments
Closed

Series.add can't do with scalar value #2587

zhangruoyu opened this issue Dec 23, 2012 · 2 comments
Labels
Milestone

Comments

@zhangruoyu
Copy link

s = pd.Series([1,2,3])
s.add(3)

raise AssertionError: Other operand must be Series.

@dalejung
Copy link
Contributor

Dupe #2574

Well kind of, I forgot to list add :P

@wesm
Copy link
Member

wesm commented Dec 28, 2012

fixed in e963988

@wesm wesm closed this as completed Dec 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants