Changes from v4.6.0:
- Add table
transform()
method to allow lightweight application of custom transformations. - Add
agg()
helper method as a shorthand for computing a single aggregate value. - Add default 100 row limit to
toHTML()
andtoMarkdown()
. (#175) - Update to
toHTML()
to align column header similarly to the column body. (#176)