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: pivot_table may raise TypeError without values #14380
Conversation
sinhrks
added Bug Reshaping
labels
Oct 8, 2016
sinhrks
added this to the
0.19.1
milestone
Oct 8, 2016
codecov-io
commented
Oct 8, 2016
•
Current coverage is 85.25% (diff: 100%)@@ master #14380 diff @@
==========================================
Files 140 140
Lines 50631 50636 +5
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 43166 43172 +6
+ Misses 7465 7464 -1
Partials 0 0
|
|
@sinhrks I think close and open a new PR. the pydata -> pandas-dev changed caused which things. |
|
thx for the notice. The branch status has been updated properly without re-issuing the PR. Pls take a look when you have a time. |
jreback
closed this
in 921ce47
Oct 20, 2016
|
thanks @sinhrks |
sinhrks
deleted the
sinhrks:pivot_table_bug branch
Oct 20, 2016
tworec
added a commit
to RTBHOUSE/pandas
that referenced
this pull request
Oct 21, 2016
|
|
sinhrks + tworec |
1a46103
|
jorisvandenbossche
added a commit
that referenced
this pull request
Nov 1, 2016
|
|
sinhrks + jorisvandenbossche |
4ac3295
|
amolkahat
added a commit
to amolkahat/pandas
that referenced
this pull request
Nov 26, 2016
|
|
sinhrks + amolkahat |
b091cfb
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedOct 8, 2016
git diff upstream/master | flake8 --diffpivot_tableraisesTypeErrorwhenindexorcolumnsis array-like andvaluesis not specified.