Skip to content

TST: Groupby/transform with grouped NaN (#9941) #14907

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
Dec 18, 2016

Conversation

mroeschke
Copy link
Member

The original issue works on 0.19.1 as expected (resulting value is nan). Doesn't look like this was fixed in a PR for 0.19.2 or 0.20

@codecov-io
Copy link

codecov-io commented Dec 18, 2016

Current coverage is 84.56% (diff: 100%)

Merging #14907 into master will decrease coverage by <.01%

@@             master     #14907   diff @@
==========================================
  Files           144        144          
  Lines         51058      51058          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43177      43176     -1   
- Misses         7881       7882     +1   
  Partials          0          0          

Powered by Codecov. Last update e503d40...30c1c70

@jreback jreback added Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite labels Dec 18, 2016
@jreback jreback added this to the 0.20.0 milestone Dec 18, 2016
@jreback jreback merged commit a718962 into pandas-dev:master Dec 18, 2016
@jreback
Copy link
Contributor

jreback commented Dec 18, 2016

thanks!

ischurov pushed a commit to ischurov/pandas that referenced this pull request Dec 19, 2016
@mroeschke mroeschke deleted the test_9941 branch December 21, 2016 04:21
ShaharBental pushed a commit to ShaharBental/pandas that referenced this pull request Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

groupby/transform with NaNs in grouped column
3 participants