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

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...

## Prework - [ ] Read and abide by the **great_tables** [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). - [ ] Search for duplicates among the [existing issues](https://github.com/posit-dev/great_tables/issues) (both open and...

Type: ★ Enhancement

## Shiny Spinners… Not sure if this a feature request or a bug, but GT output in Shiny does not support spinners. See this example [here](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbJjmVYnTJMAgujxMArhwA6EOfUZMA5nThQyAfTJQARgBs4LXv0HCA4gBUJcAB4ddBuHL4ChKtRu17DLDOy4eKGNlMhYFBmYyPjgTN2EWQzhUOVT5CFczJmJwjNN3aPg0zPcISX4g4wgUvPjWdV1BCCZg1ghciKUA7jissVQJNQgAEzg6CWk0tFRNaSYAXikOLChlOE1G4jCyOjQACjkmI6WMQig6YYPm45vpU-PhzTZ1Uborm4-jmTAABX0tphkNgaQFQADWRhaTBocAA7vUSCNjGRiEwhq9vnhDp8PncuKhJFodCwwRtCSiIAcwCw+JJ9BpnPgmN8AMq0+kUb4ASix1xxxzx1UJ3hJZLIFKpMHB6x0Tkx3wAstKmJYfIyedj+UdCPSWCxNPNvsMALQ0Qy2JgAK0kLGiNGwxsRFHIxt0cDIsLglBa+g4yggxo4FBgLEdlAodHlfI+Gujt2WxEJBK0qH+ZCpqa23N5N1jNwAxHddDbsJouMMOGcUXQ-MRUNFSCw9ixUFwIGNtNhUHBDWBdOcWABmbOapiFhNJ4XSKnlysaQSd7v6yZgPPHUK1ydaUJU2WGEfR6JkQy9gBCJd4Izn1eMoxgxCjXLSclGNHqdAAbmM9vjCVzEKOAAC6JjFgaajq+TCZum-6jjcv5kP47IMnsT5xschRwP4SSoHsg5ofyLDtBgvrttBey2PM1QYOcUAQGsewAIwAAzMTyTDYFRmC7CMjAYDxwyUixbFoXBXzRoBG78ZQryaKEEFwG+e5wKhAHoUcCEYFKELeE4qFiUciRerh+EGWi7qSHQzRWHsdgOE4onpNMCyiOgezTLMHASCwYxfnQjnPukYAAL54OA0DwNQagAI7SGo8DkH4ZC2GQ+BEKQzqpcgqjqGQxrKSw8zzMxGCMQALBgzFyKgdHDMEcg+XoTRyGUFQhQAukAA). (I'm not sure why,...

Type: ★ Enhancement

## 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

I'm trying to move away from Pandas and thus found this project through that process. I'm looking to achieve something like https://pandas.pydata.org/docs/dev/reference/api/pandas.io.formats.style.Styler.background_gradient.html but rather than use a linear pair of...

Type: ⁇ Question

Currently the Boxhead uses the Stub in only one method. If we remove that dependency, it will be much more that the Stub drives the Boxhead. In the rendering code,...

## 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: ⁇ Question

## Prework - [X ] Read and abide by the **great_tables** [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] Search for duplicates among the [existing issues](https://github.com/posit-dev/great_tables/issues) (both open and...

Type: ★ Enhancement

## 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

# Summary This pull request adds a small fix that ensures that `_get_cell` returns a `list` rather than `pl.Series` if cell entry is a container dtype (`pl.List` or `pl.Array`). This...