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, simple text with an arbitrary delimiter, 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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <5), csv (>=0.1 && <0.2), html (>=1.0 && <2.0), mtl (>=1 && <2.4) [details]
License BSD-3-Clause
Author Eric Kow
Maintainer Ben Gamari <bgamari@well-typed.com>
Revised Revision 1 made by Bodigrim at 2023-04-14T19:48:09Z
Category Text
Home page https://github.com/bgamari/tabular
Source repo head: git clone https://github.com/bgamari/tabular
Uploaded by BenGamari at 2020-09-01T13:47:13Z
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 16181 total (81 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-01 [all 1 reports]