Skip to content

BUG: (row) Index Name with to_html(header=False) is not displayed #24547

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

Merged
merged 2 commits into from
Jan 2, 2019

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins commented Jan 2, 2019

@jreback jreback added the IO HTML read_html, to_html, Styler.apply, Styler.applymap label Jan 2, 2019
@jreback jreback added this to the 0.24.0 milestone Jan 2, 2019
@jreback
Copy link
Contributor

jreback commented Jan 2, 2019

an you add a whatsnew note (ok to add to an existing one if we already have something similar)

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

Merging #24547 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24547      +/-   ##
==========================================
+ Coverage   92.32%   92.33%   +<.01%     
==========================================
  Files         166      166              
  Lines       52454    52462       +8     
==========================================
+ Hits        48430    48439       +9     
+ Misses       4024     4023       -1
Flag Coverage Δ
#multiple 90.75% <100%> (ø) ⬆️
#single 43.01% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/io/formats/html.py 99.03% <100%> (+0.35%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e76c90e...a24ca83. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

Merging #24547 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24547      +/-   ##
==========================================
+ Coverage   92.32%   92.33%   +<.01%     
==========================================
  Files         166      166              
  Lines       52454    52463       +9     
==========================================
+ Hits        48430    48440      +10     
+ Misses       4024     4023       -1
Flag Coverage Δ
#multiple 90.75% <100%> (ø) ⬆️
#single 43% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/io/formats/html.py 99.03% <100%> (+0.35%) ⬆️
pandas/plotting/_core.py 83.76% <0%> (ø) ⬆️
pandas/plotting/_style.py 77.65% <0%> (+0.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e76c90e...c9ccd88. Read the comment docs.

@jreback jreback merged commit 3ad0cfc into pandas-dev:master Jan 2, 2019
@jreback
Copy link
Contributor

jreback commented Jan 2, 2019

thanks @simonjayhawkins

@simonjayhawkins simonjayhawkins deleted the row-index-names branch January 2, 2019 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO HTML read_html, to_html, Styler.apply, Styler.applymap
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(row) Index Name with to_html(header=False) is not displayed
2 participants