great-tables
great-tables copied to clipboard
Make awesome display tables using Python.
# Summary Follow up from the disclaimer section in https://github.com/posit-dev/great-tables/pull/736 summary > For pyarrow backed tbl_data, `data_color` the code would end up breaking a few lines down the line when...
## 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...
# Summary This PR fixes a type annotation issue with Polars selectors. Polars [introduced a new `Selector` class](https://github.com/pola-rs/polars/pull/23351). As a result, the current import of `_selector_proxy_` in `great-tables` fails when...
I recently explored `from_column()` and noticed the docstrings could be improved, so I created this PR. By the way, according to the [style.text()](https://posit-dev.github.io/great-tables/reference/style.text.html#great_tables.style.text) documentation, a number should be accepted for...
# Summary Very tiny change: `func` callable in `pipe` function was missing the first argument annotation, leading to the following: > Return type is unknownPylance[reportUnknownVariableType] > > Expected 0 positional...
# Summary As per title: this PR aims to refactor `test_data_color_utils` by exploiting pytest parametrization. On top of it, it sets up the stage for a dataframe constructor fixture to...
# Summary Apply `fmt()` output to group labels in the stub. This approach goes upstream of the approach in #755. It is admittedly, a little heavier-weight, but does still happen...
Refactor utility functions from`_data_color/` to a `utils.py` module. Including (but not necessarily limited to): - [ ] `_hex_to_rgb()` - [ ] `_float_to_hex()` - [ ] `_is_short_hex()` - [ ] `_is_hex_col()`...
# Summary This resolves the checkout grabbing the wrong tag, as per this stackOverflow thread: https://stackoverflow.com/a/68959339 # Related GitHub Issues and PRs Closes #760 # Checklist - [x] I understand...
# Summary This PR adds a gt-extras example to the examples page, at the bottom in a new section called "ecosystem." # Related GitHub Issues and PRs - Ref: #...