Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: don't materialize arrays on checking in groupby #16413
Conversation
jreback
added Groupby Performance
labels
May 22, 2017
jreback
added this to the
0.20.2
milestone
May 22, 2017
codecov
bot
commented
May 22, 2017
Codecov Report
@@ Coverage Diff @@
## master #16413 +/- ##
==========================================
+ Coverage 90.41% 90.42% +0.01%
==========================================
Files 161 161
Lines 51024 51023 -1
==========================================
+ Hits 46133 46138 +5
+ Misses 4891 4885 -6
Continue to review full report at Codecov.
|
codecov
bot
commented
May 22, 2017
•
Codecov Report
@@ Coverage Diff @@
## master #16413 +/- ##
==========================================
+ Coverage 90.41% 90.42% +0.01%
==========================================
Files 161 161
Lines 51024 51023 -1
==========================================
+ Hits 46133 46138 +5
+ Misses 4891 4885 -6
Continue to review full report at Codecov.
|
jreback
merged commit d5a681b
into pandas-dev:master
May 22, 2017
5 checks passed
ci/circleci
Your tests passed on CircleCI!
Details
codecov/patch
Coverage not affected when comparing ee54722...400e14a
Details
codecov/project
90.42% (target 82%)
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
pcluo
added a commit
to pcluo/pandas
that referenced
this pull request
May 22, 2017
|
|
jreback + pcluo |
c772726
|
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this pull request
May 29, 2017
|
|
jreback + TomAugspurger |
61503ea
|
TomAugspurger
added Backported and removed Needs Backport
labels
May 30, 2017
TomAugspurger
added a commit
that referenced
this pull request
May 30, 2017
|
|
jreback + TomAugspurger |
af31450
|
This was referenced Jun 4, 2017
stangirala
added a commit
to stangirala/pandas
that referenced
this pull request
Jun 11, 2017
|
|
jreback + stangirala |
bde6a23
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedMay 22, 2017
•
edited
this is more dramatic as the size increases as this should be pretty much a constant time operation (the actual size computation itself).