The design philosophy of Great Tables
posit-dev.github.io
The design philosophy of Great Tables
1–10 of 94 posts
Re: The design philosophy of Great Tables
#2It makes me wonder how we've gone this long with increasingly poor data table presentations (the mid-century modern tables are astutely pointed to as shining examples).
This makes me excited to get back into data analysis with python. Moreover, I see some possible API improvements and extensions I'd like to make.
Re: The design philosophy of Great Tables
#3Hope to see dplyr and ggplot someday on Python.
Re: The design philosophy of Great Tables
#4It's great that the RStudio team is working on Python libraries. Hope to see dplyr and ggplot someday on Python.
Re: The design philosophy of Great Tables
#5Re: The design philosophy of Great Tables
#6It's great that the RStudio team is working on Python libraries. Hope to see dplyr and ggplot someday on Python.
Re: The design philosophy of Great Tables
#7While I'm waiting for the packages to download, can you explain how I get tabular output when I run a python application using your package at the command line? Does it produce HTML output? PDF? Your "getting started" docs doesn't explain.
(Disclosure: Quarto dev here) ..., like Quarto. You can use `great_tables` in code cells in Quarto to get great tables in your RevealJS presentation or website, https://quarto.org/docs/output-formats/html-code.html.
Re: The design philosophy of Great Tables
#8It would be nice to add some interactivity features to the tables, like ActiveAdmin in Rails.
Re: The design philosophy of Great Tables
#9I have built a different table library for jupyter called buckaroo. My approach has been different. Buckaroo aims to allow you to interactively cycle through different formats and post-processing functions to quickly glean important insights from a table while working interactively. I took the view that I type the same commands over and over to perform rudimentary exploratory data analysis, those commands and insights should be built into a table.
Great tables seems built so that you can manually format a table for presentation.
Re: The design philosophy of Great Tables
#10This article is mostly blither, whether or not it is AI generated. It is about a Python library for generating nicely formatted HTML tables, though they don't tell you much about it til the near the end. The library seems to use an OOP approach. An alternative approach might be more declarative. The product name "Great Tables" appears in boldface over and over (no idea if the font helps SEO) and the name itself is aw…