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

in `great_tables._utils_nanoplots` we have a few cases of numpy being used to generate sequences, etc.. (e.g. `np.linspace`). Let's replace these with pure python versions. I don't think speed is too...

In `great_tables._utils_nanoplots`, the `_normalize_to_dict()` is used 7 times. However, it's not clear to me what concretely it gets feed in these 7 different situations. Let's add examples to the docstring,...

## 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: ☹︎ Bug

## Proposal add a `fn` argument to `data_color` that accepts a function. The function itself accepts a list of numbers and outputs a list of colors. Description from R: >...

Type: ★ Enhancement

Hello team, I’d like to propose a utility function called `get_cell_style()` that allows users to easily extract the style(s) from a cell in one table (e.g., Table A) and apply...

Type: ★ Enhancement