great-tables
great-tables copied to clipboard
Make awesome display tables using Python.
I'm curious if `GT.opt_all_caps()` can be refactored as suggested in this PR.
There are 5 loc functions that can do selection based on the data. While they're wired up in #341, we should do more thorough testing of them: - [x] :...
Hello team, While we have achieved excellent test coverage, I’m curious if it would be beneficial to test the table from the perspective of different browsers. My idea is to...
This feature PR implements the rendering of tables to LaTeX, addressing https://github.com/posit-dev/great-tables/issues/75 and https://github.com/posit-dev/great-tables/issues/178. This will be exposed through the `as_latex()` method on the `GT` class. If in Quarto and...
## Description Bottom row of my table is cut-off in the output using GT.save. Same result with both pdf and png output files. ## Reproducible example from pathlib import Path...
From pairing, we currently have pieces like boxplots in nanoplots teed up (#168). However, when we merged the nanoplot PR, we decided to punt on doing too much review /...
Hello team, As we know, `define_units()` powers `GT.fmt_units()` behind the scenes, but it seems to lack a clear example for users to quickly grasp its usage. I’d like to propose...
There are 11 loc classes now (via #341). Let's make sure they're all documented with at least 1 example in their docstring, and added to the API reference.
Copied from https://github.com/posit-dev/great-tables/pull/423#discussion_r1765357257 For pairing Thursday, let's go over alternative paths this could go through. Currently, CellStyle as an interface has a `_to_html_style()` method, that gets used on render. Here,...
Documentation is currently a bit limited w.r.t. text input for a wide variety of methods (e.g., `cols_label()`, `tab_header()`, etc.). We seem to be missing: - term for text handling (e.g.,...