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

This is meant to fix #675 in GT and https://github.com/posit-dev/pointblank/issues/132 in pointblank. I'm brute forcing it since I see no other way. I'm replacing the single dispatch paradigm (in effected...

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

Type: ⁇ Question

Hello team, I would like to propose adding a row selector feature that allows users to select rows at every *n* interval. This could be particularly useful for styling tables....

Type: ★ Enhancement

Hello team, I found that the [bar example](https://github.com/posit-dev/great-tables/blob/main/docs/examples/sports-earnings/index.ipynb) is quite inspiring for what we could achieve with Great Tables. However, it would be great to have a native function like...

Type: ★ Enhancement

Hello team, This PR addresses #354. Rather than modifying the existing `fmt_image()` to accommodate border-related parameters, I have renamed the current `fmt_image()` to `_fmt_image()`, and introduced new `fmt_image()` and `fmt_image_circle()`...

Hello team, This PR provides an initial implementation for #526.

## Summary This PR adds a new boolean parameter `truncate` to the `data_color` method. When `truncate=True`, values outside the specified domain will be assigned the color of the domain's minimum...

This test fails with a ModuleNotFound error. `def test_one_column_table_no_lib() -> None: sys.modules["pandas"] = None with pytest.raises(ModuleNotFoundError): import pandas vals = [1, 2, 3] _make_one_col_table(vals=vals) ` I dug into the code...

Type: ☹︎ Bug

Hello, I am trying to use the gt package to display tables in both Jupyter and Quarto. However, I am unable to modify the table's width and height despite following...

Type: ⁇ Question

This is the same as #604, but opened here rather than a fork, so we can preview doc builds