Skip to content

fillna bug on ordered string data #54

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
wesm opened this issue Jun 27, 2011 · 1 comment
Closed

fillna bug on ordered string data #54

wesm opened this issue Jun 27, 2011 · 1 comment

Comments

@wesm
Copy link
Member

wesm commented Jun 27, 2011

OK

x = Series([NaN,1.,NaN,3.,NaN],['a','b','c','d','e'], dtype=object)
x.fillna(method='pad')

Not OK

x = Series([NaN,1.,NaN,3.,NaN],['z','a','b','c','d'], dtype=object)
x.fillna(method='pad')
@wesm
Copy link
Member Author

wesm commented Jun 27, 2011

fixed in:

wesm@ed90130

@wesm wesm closed this as completed Jun 27, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
cleanup extra code from an old iteration
stijnvanhoey pushed a commit to stijnvanhoey/pandas that referenced this issue Dec 23, 2019
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

1 participant