Halfway to adding tikz support - post epiphany about how this works!

This commit is contained in:
Stephen Mildenhall
2025-03-08 16:05:36 +00:00
parent 71a2dd41d9
commit 09cdf82398
6 changed files with 1677 additions and 204 deletions
+7
View File
@@ -1,2 +1,9 @@
# Greater Tables
Creating presentation quality tables from pandas dataframes is frustrating. It is hard to left align text and right align numbers using pandas display or `.to_html`. The package `great_tables` does a really nice job with pandas and polars frames but does not support indexes. And formatting numbers requires care.
## Examples
## API