posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.43k stars 48 forks source link

Proposal for adding a case study section #321

Open jrycw opened 2 months ago

jrycw commented 2 months ago

Currently, our website features some excellent examples. However, I believe it would be beneficial to have a case study similar to the one we had in {gt}.

I've followed the case study and successfully reproduced a similar table (excluding the tab_footnote part) using Polars. While this was a self-exercise and the code might be a bit messy, I'm wondering if it would be a good idea to create a case study section based on this exercise. @rich-iannone and @machow , what do you think about this idea?

jrycw commented 2 months ago

I've just discovered that I can publish the result using Quarto Pub after seeing PR323. Although the CSS appears slightly different compared to viewing it in the Jupyter notebook, it renders better than the GitHub gist.