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

TST:Test to_sparse with nan dataframe (#10079) #14913

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

mroeschke
Copy link
Member

Possibly fixed with a PR that fixed one of #10627. Look like to_dense is fixed for 0.20.0, but should be unrelated to this.

@codecov-io
Copy link

codecov-io commented Dec 19, 2016

Current coverage is 84.57% (diff: 100%)

Merging #14913 into master will increase coverage by <.01%

@@             master     #14913   diff @@
==========================================
  Files           144        144          
  Lines         51057      51057          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43180      43181     +1   
+ Misses         7877       7876     -1   
  Partials          0          0          

Powered by Codecov. Last update f1cfe5b...48cd7e2

@sinhrks sinhrks added Sparse Sparse Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Testing pandas testing functions or related to the test suite labels Dec 19, 2016
@jreback jreback added this to the 0.20.0 milestone Dec 19, 2016
@jreback jreback merged commit 8c798c0 into pandas-dev:master Dec 19, 2016
@jreback
Copy link
Contributor

jreback commented Dec 19, 2016

thanks @mroeschke !

finding and testing these orphan issues is really great!

@mroeschke
Copy link
Member Author

mroeschke commented Dec 19, 2016

No problem! Making a push to clean up stale issues that have been solved, so more PRs to come.

@mroeschke mroeschke deleted the test_10079 branch December 21, 2016 04:22
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
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: sparse empty construction buggy
4 participants