tabular: Two-dimensional data tables with rendering functions

[ bsd3, library, text ] [ Propose Tags ]

Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, CSV, HTML or LaTeX.

Below is an example of the kind of output this library produces. The tabular package can group rows and columns, each group having one of three separators (no line, single line, double line) between its members.

    || memtest 1 | memtest 2 ||  time test  | time test 2
====++===========+===========++=============+============
A 1 ||       hog |  terrible ||        slow |      slower
A 2 ||       pig |   not bad ||        fast |     slowest
----++-----------+-----------++-------------+------------
B 1 ||      good |     awful || intolerable |    bearable
B 2 ||    better | no chance ||    crawling |     amazing
B 3 ||       meh |   well... ||  worst ever |          ok

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.2.5, 0.2.2.6, 0.2.2.7, 0.2.2.8
Dependencies base (>=2.1 && <3.1), csv (>=0.1 && <0.2), html (>=1.0 && <2.0), mtl (>=1 && <1.2) [details]
License BSD-3-Clause
Author Eric Kow
Maintainer <E.Y.Kow@brighton.ac.uk>
Category Text
Home page http://code.haskell.org/~kowey/tabular
Uploaded by EricKow at 2009-05-22T16:10:36Z
Distributions Arch:0.2.2.8, Debian:0.2.2.7, Fedora:0.2.2.8, LTSHaskell:0.2.2.8, NixOS:0.2.2.8, Stackage:0.2.2.8, openSUSE:0.2.2.8
Reverse Dependencies 6 direct, 7 indirect [details]
Downloads 16234 total (104 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]