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

fillna bug #57

Closed
jiangs opened this issue Jul 14, 2011 · 1 comment
Closed

fillna bug #57

jiangs opened this issue Jul 14, 2011 · 1 comment

Comments

@jiangs
Copy link

jiangs commented Jul 14, 2011

ser=Series([np.nan,1,2],index=range(3))
ser.fillna(method='backfill')

GIVES

ValueError: unknown dtype code in numpy.pxd (0)

@wesm
Copy link
Member

wesm commented Jul 14, 2011

thanks :) there's a numpy compatibility issue with older versions (< 1.5.1). fixed here:

wesm@50d9718

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

2 participants