great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

Make awesome display tables using Python.

Results 245 great-tables issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

Difficulty: [3] Advanced
Effort: [3] High
.epic

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

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ✎ 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...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium
Type: ★ Enhancement

## 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...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ☹︎ Bug

## 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. ##...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ✎ Docs

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...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium
Type: ★ Enhancement

## 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). ##...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium
Type: ★ Enhancement

## 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...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ☹︎ Bug

Currently a table cannot be correctly imported into a PDF made by nbconvert: ![issue1](https://github.com/posit-dev/great-tables/assets/25978536/2f8c702b-e38d-4531-a552-1b4442cdeadd) is rendered in PDF like this: ![issue2](https://github.com/posit-dev/great-tables/assets/25978536/e2e1f998-21b3-4004-a21b-afc890047090) Adding **Save as Image** would allow a great-table to...

Difficulty: [2] Intermediate
Effort: [3] High
Priority: [3] High
Type: ★ Enhancement

@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...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ✎ Docs