Table footer with functions #2308
Unanswered
FedeClaudi
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey WIll,
I'm implementing a version of

Tables
in Term.jl in Julia, and I've just added a functionality that I thought could be useful inrich
too.The idea is pretty simple, when adding a
footer
users can pass a function, this gets applied to all values in each column and the result (with the function name) is shown in the footer. E.g. for a numerical table withfooter=sum
:It's mostly useful for numerical tables only, but it makes it easier to use the footer to show column-wise means/sums etc...
Beta Was this translation helpful? Give feedback.
All reactions