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

## Code ``` ( GT(qb) .tab_header( title=md(" 🏈 **Analysis by Position Group** 🏈 "), ## add small footballs to the title. ## these characters cause issues when saving. subtitle=md("_**2065 Regular...

Type: ☹︎ Bug

This PR contains a draft blog post on creating a beautiful timetable, based on some Septa Transit data

I use the .cols_reorder method to select all the columns under a particular tab spanner in order to move that tab spanner to the end or start of a table...

Type: ★ Enhancement

Hello team, This PR introduces `cols_reorder()`, allowing users to reorder columns in a specified order easily. While the existing `move_*()` functions are useful for repositioning a few columns, they don't...

If one runs the code from the [docs intro](https://posit-dev.github.io/great-tables/get-started/) from the REPL: ```python from great_tables import GT, md, html from great_tables.data import islands islands_mini = islands.head(10) # Create a display...

Type: ✎ Docs

Pandas/Polars dataframes already support basic latex output, so the current latex support doesn't offer much over those existing solutions for typesetting. I wanted to suggest supporting the tabularray package in...

Type: ★ Enhancement

## Prework - [ ] 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). - [ ] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed,...

Type: ☹︎ Bug

## Proposal Currently, the [data_color](https://posit-dev.github.io/great-tables/reference/GT.data_color.html#great_tables.GT.data_color) function can only colorize data based on column values. On the R GT package, they have a [direction](https://gt.rstudio.com/reference/data_color.html#arg-direction) argument: > direction > Color computation direction...

Type: ★ Enhancement

Hello team: I've been considering how we can help users integrate their custom functions into Great Tables more seamlessly. One possible approach is to introduce `register()` and `unregister()` methods (just...

Type: ★ Enhancement

From a [recent Discussion topic](https://github.com/posit-dev/great-tables/discussions/579) it would be a good idea to have the `tab_spanner_delim()` method. The [R implementation](https://gt.rstudio.com/reference/tab_spanner_delim.html) has quite a few reasonable use cases illustrated in the examples.

Type: ★ Enhancement