Jerry Wu
Jerry Wu
@buhtz , thanks for your feedback. I've opened a discussion #410 with the team to address this issue. In the meantime, you might find it helpful to refer to a...
#552 has clarified where to run Great Tables. As for the output formats, I’m considering whether to provide more detailed descriptions in the README or the introductory article.
Whoops—I'll mark this PR as a draft for now, as I haven’t yet figured out why `3.13t` isn’t running successfully.
@starzar , with Polars DataFrames, it’s often best to use Polars expressions for operations. There’s an [example](https://posit-dev.github.io/great-tables/get-started/basic-styling.html#using-polars-expressions) showing how to do this with a single column, but for multiple columns,...
@Yasin197, thanks for bringing this idea to us. As a side note, for your use case, `cols_move_to_start()` or `cols_move_to_end()` might be more appropriate. Regarding your suggestion, it sounds like you're...
Since we support multiple levels of spanners, I suspect there might be some challenges in the implementation. That said, it sounds like an interesting idea. @rich-iannone and @machow, would you...
Thanks for the question. In fact, we've opened an issue in #296 and would appreciate it if you could contribute.