great-tables
great-tables copied to clipboard
Make awesome display tables using Python.
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...
## 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,...
## 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...
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...
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...
## 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...
## 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 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...