Stephen Mildenhall 159189f55f Solid draft
Issues with spancols in some cases...

Moved new html code to prod
Rationalized test_df creation
2025-03-11 16:02:28 +00:00
2025-03-09 08:19:25 +00:00
2025-03-09 09:09:39 +00:00
2025-03-11 16:02:28 +00:00
2025-01-20 15:42:42 +00:00
2025-01-20 15:42:42 +00:00
2025-03-09 09:09:39 +00:00

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

S
Description
HTML tables from pandas DataFrames
Readme MIT 2 MiB
Languages
Python 95.7%
Jupyter Notebook 2.5%
Batchfile 1.8%