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

Thanks for working on `.show()` method. I have tested with the following code: ```python from great_tables import GT from great_tables.data import sp500 GT(sp500.head()).show() ``` I see the following result in...

## 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: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ★ Enhancement

## Description My table renders differently on a VSCode Jupyter interactive window than on a quarto html report. ## Reproducible example I am trying to style my table in a...

Type: ☹︎ Bug

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

Related to #353. After reviewing the `pipe()` methods from [Pandas](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.pipe.html) and [Polars](https://docs.pola.rs/py-polars/html/reference/dataframe/api/polars.DataFrame.pipe.html), I propose adding `GT.pipe()` and `GT.pipes()` in this PR. ### `GT.pipe()` `GT.pipe()` will function similarly to `Pandas` and...

Currently, we can call the methods of `GT` multiple times, such as `GT.tab_style().tab_style()...`, which is a common pattern. However, this approach makes it difficult to programmatically call the method. Here...

Type: ★ Enhancement

## gt_img_rows for Python great_table Hello Is there a function similar to gt_img_rows, gt_img_circles from R? Thank you

Type: ⁇ Question

Hello team, I've noticed that some users expect an easier way to interact with our tables. While `GT.as_raw_html()` is great, it doesn’t fully meet those expectations. To address this, I’d...

Related to #451. I suggest exposing `vals.fmt_image()` in the documentation.

It seems we’re encountering a documentation rendering issue with `GT.fmt_*()` functions. For example, see the issue with [GT.fmt_integer()](https://posit-dev.github.io/great-tables/reference/GT.fmt_integer.html#adapting-output-to-a-specific-locale-.doc-section-.doc-section-adapting-output-to-a-specific-locale). ![image](https://github.com/user-attachments/assets/88eca858-ddd6-4486-9ace-6d4beeaeec6c)

Type: ☹︎ Bug