RubyGems Navigation menu

fat_table 0.9.5

FatTable is a gem that treats tables as a data type. It provides methods for constructing tables from a variety of sources, building them row-by-row, extracting rows, columns, and cells, and performing aggregate operations on columns. It also provides as set of SQL-esque methods for manipulating table objects: select for filtering by columns or for creating new columns, where for filtering by rows, order_by for sorting rows, distinct for eliminating duplicate rows, group_by for aggregating multiple rows into single rows and applying column aggregate methods to ungrouped columns, a collection of join methods for combining tables, and more. Furthermore, FatTable provides methods for formatting tables and producing output that targets various output media: text, ANSI terminals, ruby data structures, LaTeX tables, Emacs org-mode tables, and more. The formatting methods can specify cell formatting in a way that is uniform across all the output methods and can also decorate the output with any number of footers, including group footers. FatTable applies formatting directives to the extent they makes sense for the output medium and treats other formatting directives as no-ops. FatTable can be used to perform operations on data that are naturally best conceived of as tables, which in my experience is quite often. It can also serve as a foundation for providing reporting functions where flexibility about the output medium can be quite useful. Finally FatTable can be used within Emacs org-mode files in code blocks targeting the Ruby language. Org mode tables are presented to a ruby code block as an array of arrays, so FatTable can read them in with its .from_aoa constructor. A FatTable table can output as an array of arrays with its .to_aoa output function and will be rendered in an org-mode buffer as an org-table, ready for processing by other code blocks.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.9.5 - October 07, 2023 (428 KB)
  2. 0.9.3 - May 24, 2023 (428 KB)
  3. 0.9.2 - May 22, 2023 (428 KB)
  4. 0.9.1 - May 22, 2023 (428 KB)
  5. 0.9.0 - May 22, 2023 (428 KB)
Show all versions (32 total)

Runtime Dependencies (4):

fat_core >= 4.9.0
gem-path >= 0
rainbow >= 0
sequel >= 0

Development Dependencies (12):

bundler >= 0
debug >= 1.0.0
pg >= 0
pry >= 0
pry-doc >= 0
rake ~> 13.0
redcarpet >= 0
rspec ~> 3.0
simplecov >= 0
sqlite3 >= 0

Owners:

Pushed by:

Authors:

  • Daniel E. Doherty

SHA 256 checksum:

6a818c77e4518a4483ccf59c5bbbaefc36eae70ff6d75cc8c90511b0d8ab1536

Total downloads 32,123

For this version 329

Licenses:

N/A

Required Ruby Version: >= 2.2.2

Links: