great-tables
great-tables copied to clipboard
Make awesome display tables using Python.
## Prework - [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed, comment on...
Let's add a correlation matrix example to the docs (and / or a confusion matrix!) Here's a confusion matrix from the pandas styler docs
Currently, Great Tables supports rendering to HTML. However, python supports rich table displays in console, using frameworks like [rich](https://github.com/Textualize/rich): Unfortunately, rich [does not allow col and rowspan](https://github.com/Textualize/rich/issues/164), but we may...
## Description Hi, in this [small sample repo](https://github.com/aborruso/sample), I have a [test GT page](https://github.com/aborruso/sample/blob/main/gt.qmd). This is the [rendered version](https://aborruso.github.io/sample/gt.html): striped style is also applied to the header, which then does...
## Description The changelog listed at this [page](https://posit-dev.github.io/great-tables/changelog.html) shows the version `v0.0.2` but the current version published to PyPI is `v0.1.3` ## Reproducible example Navigate to [page](https://posit-dev.github.io/great-tables/changelog.html) and see. ##...
Currently, because GT is a dataclass, it just displays full representations of its attributes in the console. Because its attributes are also dataclasses, they do the same, so things get...
## Prework - [x] Read and abide by the **great_tables** [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/posit-dev/great_tables/issues) (both open and closed). ##...
## Description Does not render table markdown correctly when columns are formatted with GT.fmt_markdown ## Reproducible example ```python import pandas as pd from great_tables import GT, md from faker import...
Currently a table cannot be correctly imported into a PDF made by nbconvert:  is rendered in PDF like this:  Adding **Save as Image** would allow a great-table to...
@gshotwell mentioned it could be cool to create a shiny template for reporting clinical trials. Opening this issue to track creating some docs around this kind of thing. ## Docs...