posit-dev / great-tables

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

Allow for negative formatting of cells with paren #342

Open timkpaine opened 1 month ago

timkpaine commented 1 month ago

Prework

Proposal

I would like an argument for:

to format negative values as (val) instead of -val.

(I am going to try to implement this feature myself and will open a draft PR for help)