Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Check integrity of sparse int indices #15863
Conversation
codecov
bot
commented
Apr 2, 2017
Codecov Report
@@ Coverage Diff @@
## master #15863 +/- ##
==========================================
- Coverage 90.98% 90.96% -0.03%
==========================================
Files 143 143
Lines 49449 49449
==========================================
- Hits 44993 44983 -10
- Misses 4456 4466 +10
Continue to review full report at Codecov.
|
codecov
bot
commented
Apr 2, 2017
•
Codecov Report
@@ Coverage Diff @@
## master #15863 +/- ##
==========================================
- Coverage 90.98% 90.96% -0.03%
==========================================
Files 143 143
Lines 49449 49449
==========================================
- Hits 44993 44983 -10
- Misses 4456 4466 +10
Continue to review full report at Codecov.
|
jreback
added the
Sparse
label
Apr 2, 2017
jreback
added this to the
0.20.0
milestone
Apr 2, 2017
|
thanks! |
jreback
closed this
in 74f527f
Apr 2, 2017
gfyoung
deleted the
gfyoung:sparse-pyx-refactor branch
Apr 2, 2017
linebp
added a commit
to linebp/pandas
that referenced
this pull request
Apr 17, 2017
|
|
gfyoung + linebp |
15bd3ab
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gfyoung commentedApr 2, 2017
The
check_integritymethod ofIntIndexinpandas.sparsewas un-implemented despite having documentation. This PR implements the method and calls it when initializingIntIndex.xref #15844 (comment)