Skip to content
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

ENH: added an optional css id to <table> tags created by to_html() #19591

Closed
wants to merge 2 commits into from

Conversation

samghelms
Copy link
Contributor

This is useful for the reasons mentioned in #8496

@pep8speaks
Copy link

Hello @samghelms! Thanks for updating the PR.

Line 1763:76: W291 trailing whitespace

Line 750:47: E251 unexpected spaces around keyword / parameter equals
Line 750:49: E251 unexpected spaces around keyword / parameter equals

Line 1494:18: E211 whitespace before '('

Line 1874:1: W391 blank line at end of file

@codecov
Copy link

codecov bot commented Feb 8, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19591      +/-   ##
==========================================
+ Coverage   91.62%   91.62%   +<.01%     
==========================================
  Files         150      150              
  Lines       48780    48785       +5     
==========================================
+ Hits        44693    44698       +5     
  Misses       4087     4087
Flag Coverage Δ
#multiple 89.99% <100%> (ø) ⬆️
#single 41.73% <33.33%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/frame.py 97.42% <100%> (ø) ⬆️
pandas/io/formats/format.py 96.25% <100%> (ø) ⬆️

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 36f9052...ced26f9. Read the comment docs.

@samghelms samghelms closed this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table id option to pandas.DataFrame.to_html
2 participants