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: Empty DataFrame.style.render raises IndexError #15953
Comments
TomAugspurger
added this to the
Next Major Release
milestone
Apr 8, 2017
sandipchatterjee
added a commit
to sandipchatterjee/pandas
that referenced
this issue
Apr 10, 2017
|
|
sandipchatterjee |
5f88c22
|
sandipchatterjee
referenced
this issue
Apr 10, 2017
Closed
BUG: Fix Empty DataFrame.style.render raises IndexError #15971
|
I'll take a stab at this (I'm at PyCon sprint). |
JimStearns206
referenced
this issue
May 22, 2017
Merged
BUG: Render empty DataFrame as empty HTML table w/o raising IndexError. #16441
JimStearns206
added a commit
to JimStearns206/pandas
that referenced
this issue
May 23, 2017
|
|
JimStearns206 |
8a13aa9
|
JimStearns206
added a commit
to JimStearns206/pandas
that referenced
this issue
May 23, 2017
|
|
JimStearns206 |
d9c354d
|
TomAugspurger
closed this
in #16441
May 23, 2017
TomAugspurger
added a commit
that referenced
this issue
May 23, 2017
|
|
JimStearns206 + TomAugspurger |
d9a63d0
|
pvomelveny
added a commit
to pvomelveny/pandas
that referenced
this issue
May 23, 2017
|
|
JimStearns206 + pvomelveny |
f35e50a
|
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this issue
May 29, 2017
|
|
JimStearns206 + TomAugspurger |
1d1ef5d
|
TomAugspurger
added a commit
that referenced
this issue
May 30, 2017
|
|
JimStearns206 + TomAugspurger |
de94073
|
stangirala
added a commit
to stangirala/pandas
that referenced
this issue
Jun 11, 2017
|
|
JimStearns206 + stangirala |
4772a19
|
guillemborrell
added a commit
to guillemborrell/pandas
that referenced
this issue
Jul 7, 2017
|
|
JimStearns206 + guillemborrell |
f7785d4
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TomAugspurger commentedApr 8, 2017
Code Sample, a copy-pastable example if possible
Problem description
We assume that there's at least one column (and probably row)
Expected Output
Should match the output of an empty DataFrame in the notebook