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

Add support for rendering pandas styler objects #3152

Merged
merged 1 commit into from
Jan 30, 2022
Merged

Conversation

philippjfr
Copy link
Member

Fixes #2695

@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

Merging #3152 (3f974ce) into master (5bd9fc8) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3152      +/-   ##
==========================================
- Coverage   82.99%   82.98%   -0.02%     
==========================================
  Files         192      192              
  Lines       25482    25492      +10     
==========================================
+ Hits        21150    21155       +5     
- Misses       4332     4337       +5     
Impacted Files Coverage Δ
panel/pane/markup.py 96.17% <33.33%> (-1.05%) ⬇️
panel/widgets/tables.py 84.76% <57.14%> (-0.22%) ⬇️

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 5bd9fc8...3f974ce. Read the comment docs.

@philippjfr philippjfr merged commit 8503e5a into master Jan 30, 2022
@philippjfr philippjfr deleted the pd_styler_support branch January 30, 2022 16:18
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.

Support rendering Pandas Styler object
1 participant