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

Hello team: I've identified two issues in the documentation: * The `**kwargs` is not rendering properly. [For example](https://posit-dev.github.io/great-tables/reference/GT.cols_label.html): ![Image](https://github.com/user-attachments/assets/7006d370-6c73-45c9-98d9-1f45113c9817) * The callout block within the `Parameters block` is not displayed....

Type: ✎ Docs

Is there anything critical that's supported only in numpy and not narwhals? Would you be interested in working towards removing this as a dependency? I'm happy to open prs to...

Type: ⁇ Question

`html( f'{major!s}{minor!s}' )` In that code I stack a major label and a minor label meant for the titling. It would be cool to have something like a `GT().stack_labels(...)`. I...

Type: ★ Enhancement

`nw.concat_str(nw.col("n_unique"), nw.lit(""), nw.col("__frac_n_unique")` In the code above I take 2 columns, n_unique and __frac_n_unique and insert a break between them. It would be nice to do this w/great_tables itself and...

Type: ★ Enhancement

In #626, while developing the `cols_label_with()` feature, we found that [Polars expressions could be used in multiple ways](https://github.com/posit-dev/great-tables/pull/626#pullrequestreview-2665243903) to modify labels. However, we've decided to stash this for now until...

Type: ★ Enhancement

Thanks for adding latex support to GreatTables! I would like to have some minimal improvements on the latex renderer: ### Current implementation: ``` from great_tables import GT from great_tables.data import...

Type: ★ Enhancement

## Question Is a `nanoplot` capable of appearing in an email? Before I open a **bug** I want to confirm whether or not when using `as_raw_html()` and sending via email...

Type: ⁇ Question

currently the fmt_flag() method only takes 2 or 3 letter country codes and errors when that code is not recognized. we should accommodate a way to still render the column...

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

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

Type: ★ Enhancement