Michael Chow

Results 189 issues of Michael Chow

https://gt.rstudio.com/reference/cols_nanoplot.html

Difficulty: [2] Intermediate
Effort: [2] Medium
Type: ★ Enhancement
.epic

https://gt.rstudio.com/reference/tab_footnote.html

Difficulty: [2] Intermediate
Effort: [3] High
Type: ★ Enhancement
.epic

From pairing w/ Rich. Currently, we lint and prettify, but do not do it for imports. Let's plug something in there.

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium
Type: ★ Enhancement

Currently, we only render to HTML. It would be great to support latex.

Difficulty: [3] Advanced
Effort: [3] High
Type: ★ Enhancement
.epic

These could be on an example page in the docs, and/or in some submodule (e.g. `great_tables.info`). Could also have lists corresponding to options like country names for flags, currencies, locales,...

Difficulty: [1] Novice
Effort: [2] Medium
Type: ✎ Docs
Type: ★ Enhancement
.epic

`Currently,` the data from gt is loaded whenever gt is imported. We should be able to get lazy looking using one of these approaches ### preferred: `__getattr__` on the init...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Type: ★ Enhancement

Functions like `fmt_nanoplot()` have arguments that support calculation expressions on data. For example, `reference_line=` can take arguments like "min", which then calculates the min. It would be great if we...

Currently, we are interested in pushing out features quickly. This is reflected especially in our docs, which simply push from main. This means that our docs can diverge from PyPI...

.epic

This is a very rough draft of what `data_color` might look like, if the palette argument accepted an arbitrary function, mapping values -> hex colors. Example: ```python from great_tables import...

See https://data-apis.org/dataframe-api/draft/. This protocol allows DataFrames to expose a version of themselves that supports a shared set of methods. We could use this to implement a third kind of frame...