Great-tables

Latest version: v0.16.1

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.3.1

What's Changed

Features

* Add the `.save()` and `.as_raw_html()` methods by rich-iannone in https://github.com/posit-dev/great-tables/pull/208
* Add the `opt_stylize()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/198
* Add the `opt_table_outline()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/209

Fixes

* fix: iterate over sorted rows for rendering by machow in https://github.com/posit-dev/great-tables/pull/202
* Remove type annotations from docstrings by rich-iannone in https://github.com/posit-dev/great-tables/pull/207
* Ensure that np.nan values are replaced with `na_color=` vals by rich-iannone in https://github.com/posit-dev/great-tables/pull/205
* Handle `.data_color()` edge cases with single val columns / all missing values by rich-iannone in https://github.com/posit-dev/great-tables/pull/213

Docs

* Add the `v0.3.0` release post by rich-iannone in https://github.com/posit-dev/great-tables/pull/200
* Docs table themes by machow in https://github.com/posit-dev/great-tables/pull/197
* Add docs to the `fmt_image()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/216

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.3.0...v0.3.1

0.3.0

What's Changed

Features

* Add the `cols_width()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/143
* Add the `tab_options()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/146
* Add `opt*` methods for vertical and horizontal padding by rich-iannone in https://github.com/posit-dev/great-tables/pull/154
* Add the `opt_align_table_header()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/147
* Add the `opt_all_caps()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/150
* Add the `fmt_image()` method by machow in https://github.com/posit-dev/great-tables/pull/163
* Add the `system_fonts()` helper function by rich-iannone in https://github.com/posit-dev/great-tables/pull/158
* Enable use of ColorBrewer palettes in `data_color()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/186

Fixes

* Replace `with_row_count` by `with_row_index` for `Polars` by jrycw in https://github.com/posit-dev/great-tables/pull/189
* Add `py.typed` to support PEP-561 (type-hinting) by sugatoray in https://github.com/posit-dev/great-tables/pull/139
* Ensure table font names (from `tab_options()`) is accepted as str or list by rich-iannone in https://github.com/posit-dev/great-tables/pull/155
* Fix `FutureWarning` for `DataFrameGroupBy.grouper` by jrycw in https://github.com/posit-dev/great-tables/pull/193

Docs

* docs: update one of the column names for `Column Labels` by jrycw in https://github.com/posit-dev/great-tables/pull/187
* docs: blog superbowl, add source by machow in https://github.com/posit-dev/great-tables/pull/185
* docs: superbowl blog draft by machow in https://github.com/posit-dev/great-tables/pull/184
* Docs examples sports by machow in https://github.com/posit-dev/great-tables/pull/195
* Add example for sza and `data_color()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/136
* Clean up examples in API docs by rich-iannone in https://github.com/posit-dev/great-tables/pull/191

Chores

* Remove unimplemented options from `tab_options()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/162

New Contributors
* sugatoray made their first contribution in https://github.com/posit-dev/great-tables/pull/139
* jrycw made their first contribution in https://github.com/posit-dev/great-tables/pull/189

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* ci: restore deploy url by machow in https://github.com/posit-dev/great-tables/pull/108
* Fix tab spanner column name by atseewal in https://github.com/posit-dev/great-tables/pull/111
* Fix validate frame by machow in https://github.com/posit-dev/great-tables/pull/118
* docs: polars styling blog post by machow in https://github.com/posit-dev/great-tables/pull/113
* Add basic implementation of the `data_color()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/109
* fix: validate_frame now coerces non string column names by machow in https://github.com/posit-dev/great-tables/pull/127
* Use `to_list()` method as cross-df solution by rich-iannone in https://github.com/posit-dev/great-tables/pull/128
* Add guide to `data_color()` and introductory blog post to next version of package by rich-iannone in https://github.com/posit-dev/great-tables/pull/131

New Contributors
* atseewal made their first contribution in https://github.com/posit-dev/great-tables/pull/111

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.1.5...v0.2.0

0.1.5

What's Changed

* feat: add the `fmt_datetime()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/101
* feat: generalize row selectors by machow in https://github.com/posit-dev/great-tables/pull/107
- All `rows=` arguments now can receive a function, that operates on a DataFrame. This makes it easier to select rows in pandas. See the [row selection docs](https://posit-dev.github.io/great-tables/get-started/row-selection.html).
* docs: intro blog post by rich-iannone in https://github.com/posit-dev/great-tables/pull/105


**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.1.4...v0.1.5

0.1.4

What's Changed
* docs: single column examples on narrow screens by machow in https://github.com/posit-dev/great-tables/pull/81
* feat: add style.from_column, implement for loc.body by machow in https://github.com/posit-dev/great-tables/pull/83
* fix: cols_hide by machow in https://github.com/posit-dev/great-tables/pull/86
* fix: allow lists of styles and lists of locations by machow in https://github.com/posit-dev/great-tables/pull/87
* docs: get started with styling page by machow in https://github.com/posit-dev/great-tables/pull/88
* Ensure that ID value in compiled CSS is applied to all rules by rich-iannone in https://github.com/posit-dev/great-tables/pull/92
* Add interlinks throughout documentation site by rich-iannone in https://github.com/posit-dev/great-tables/pull/97

0.1.3

Many small fixes were done in this release, including:

* fix: handle addition in scss template by machow in https://github.com/posit-dev/great-tables/pull/72
* add hyperlinks in table example by kmasiello in https://github.com/posit-dev/great-tables/pull/70
* Implement the `tab_style()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/68
* Ensure that `tab_source_note()` works when using `md()` or `html()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/77
* ci: pre-commit checks by machow in https://github.com/posit-dev/great-tables/pull/78
* Make invocation `loc.body()` default to all columns and rows by rich-iannone in https://github.com/posit-dev/great-tables/pull/79

New Contributors
* kmasiello made their first contribution in https://github.com/posit-dev/great-tables/pull/70

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.