-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Add fill_value argument to Series/DataFrame.align #806
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
Comments
Wes, I'm getting an error when I try to run the nosetests for Pandas. It's unrelated to the new code I'm adding for this issue. I ran python setup.py install again to rebuild but still get this error. What am I missing? ERROR: Failure: AttributeError ('module' object has no attribute 'is_integer_array')Traceback (most recent call last): Ran 1 test in 0.007s FAILED (errors=1) |
Gotta rebuild the C extensions. Run setup.py build_ext --inplace Sent from my mobile device On Feb 20, 2012, at 9:48 PM, Chang She
|
Issue #806 DataFrame/Series.align can now specify fill_value or fill_method
No description provided.
The text was updated successfully, but these errors were encountered: