-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
np.diff fails when called on a Series #816
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
On Dec 3, 2012, at 1:31 PM, Dan Allan [email protected] wrote:
Hi Dan, you should be using s.diff() instead. |
I'm reopening and moving this to at minimum 0.11. The solution here is to make Series not an ndarray, once and for all. The issue is the |
I just ask that downstream packages have plenty of time to look at this before it becomes released / merged. I don't know the implications yet, but I'm almost positive that I abuse the Series is an array sub-class more than I think. |
Do I understand it right that you want to make Series not a subclass of ndarray? Does that mean that you have to re-implement all the statistical helper functions inside? Or would this imply a lot of API changes for Series? |
current behavior (0.12):
after #3482
|
closed by #3482 |
The text was updated successfully, but these errors were encountered: