Jerry Wu
Jerry Wu
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.
Fix issue: #582. Hello team: This PR sets up a scaffold for `tab_spanner_delim()`. ### Basic Logic: 1. Use `str.split` or `str.rsplit` to split column names, corresponding to `delimi=` and `limit=`...
Hello team, This PR ports the [cols_label_with()](https://gt.rstudio.com/reference/cols_label_with.html) function from `{gt}` to Great Tables.
Hello team: I've identified two issues in the documentation: * The `**kwargs` is not rendering properly. [For example](https://posit-dev.github.io/great-tables/reference/GT.cols_label.html):  * The callout block within the `Parameters block` is not displayed....
In #626, while developing the `cols_label_with()` feature, we found that [Polars expressions could be used in multiple ways](https://github.com/posit-dev/great-tables/pull/626#pullrequestreview-2665243903) to modify labels. However, we've decided to stash this for now until...
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...
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...
Hello team, This PR aims to address the `Pandas` dependency in reading datasets by introducing a unified `Dataset` API. The proposed approach allows users to retrieve datasets in a user-specified...
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...