Skip to content

kwarg for Categorical.fillna should be value instead of fill_value #10012

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

Merged
merged 1 commit into from
Apr 29, 2015

Conversation

mortada
Copy link
Contributor

@mortada mortada commented Apr 29, 2015

It seems inconsistent that all the other fillna() methods (DataFrame.fillna, Series.fillna, etc) have value as the first kwarg but Categorical has fill_value instead

@jorisvandenbossche
Copy link
Member

Looks good to me

@jreback jreback added Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate labels Apr 29, 2015
@jreback jreback added this to the 0.16.1 milestone Apr 29, 2015
jreback added a commit that referenced this pull request Apr 29, 2015
kwarg for Categorical.fillna should be value instead of fill_value
@jreback jreback merged commit 7413f2a into pandas-dev:master Apr 29, 2015
@jreback
Copy link
Contributor

jreback commented Apr 29, 2015

@mortada thanks!

@mortada mortada deleted the cat_fillna_fill_value branch April 29, 2015 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants