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

BUG: Categorical.fillna with iterables #21215

Merged
merged 1 commit into from
May 28, 2018

Conversation

TomAugspurger
Copy link
Contributor

Closes #19788
Closes #21097

Note that Series.fillna still doesn't allow iterables. I'm not sure that we should allow that, as it's potentially confusing what that would do.

@TomAugspurger TomAugspurger added this to the 0.23.1 milestone May 26, 2018
@TomAugspurger TomAugspurger added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version Categorical Categorical Data Type labels May 26, 2018
@codecov
Copy link

codecov bot commented May 26, 2018

Codecov Report

Merging #21215 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #21215      +/-   ##
==========================================
+ Coverage   91.84%   91.84%   +<.01%     
==========================================
  Files         153      153              
  Lines       49505    49506       +1     
==========================================
+ Hits        45466    45467       +1     
  Misses       4039     4039
Flag Coverage Δ
#multiple 90.23% <100%> (ø) ⬆️
#single 41.88% <50%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/arrays/categorical.py 95.68% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6abb61...43c185e. Read the comment docs.

@jreback jreback merged commit 36c1f6b into pandas-dev:master May 28, 2018
@jreback
Copy link
Contributor

jreback commented May 28, 2018

thanks @TomAugspurger

jorisvandenbossche pushed a commit to jorisvandenbossche/pandas that referenced this pull request Jun 8, 2018
jorisvandenbossche pushed a commit that referenced this pull request Jun 9, 2018
Closes #19788
Closes #21097
(cherry picked from commit 36c1f6b)
@TomAugspurger TomAugspurger deleted the fillna-non-scaar branch June 12, 2018 14:27
david-liu-brattle-1 pushed a commit to david-liu-brattle-1/pandas that referenced this pull request Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants