-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Comments
thanks :) there's a numpy compatibility issue with older versions (< 1.5.1). fixed here: |
dan-nadler
pushed a commit
to dan-nadler/pandas
that referenced
this issue
Sep 23, 2019
Remove extraneous print and fix changelog
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ser=Series([np.nan,1,2],index=range(3))
ser.fillna(method='backfill')
GIVES
ValueError: unknown dtype code in numpy.pxd (0)
The text was updated successfully, but these errors were encountered: