Sha256: ee3de24195a6c953a093ba0a54082c987f1dba8642900b177df83c477fe9673b

Contents?: true

Size: 1.52 KB

Versions: 4

Compression:

Stored size: 1.52 KB

Contents

* TODO Conversion to Spreadsheets
- State "TODO"       from              [2017-04-21 Fri 10:36]
This is a [[https://github.com/westonganger/spreadsheet_architect][gem]] that I can include into the Table model to convert a table into
a spread-sheet, or even a sheet in a multi-sheet spreadsheet file.

* DONE Formatters
CLOSED: [2017-04-21 Fri 10:36]
- State "WAIT"       from "TODO"       [2017-04-21 Fri 10:36]
- State "TODO"       from              [2017-04-21 Fri 10:35]
Need to think about ways to define formatters for Table for different output
types, including tty, color-tty, latex, csv, spreadsheet?

* DONE Add a Group Boundary concept
CLOSED: [2017-04-21 Fri 10:36]
- State "WAIT"       from "TODO"       [2017-04-21 Fri 10:36]
- State "TODO"       from              [2017-04-21 Fri 10:35]
If I want a table to perform sub-totals at various break points, need to have a
way for a table to record its grouping boundaries. Maybe an array of row
numbers?  Automatically injected by the group-by method?

* DONE Add uniq method and set operations
CLOSED: [2017-03-02 Thu 15:54]
- State "WAIT"       from "TODO"       [2017-03-02 Thu 15:54]
- State "TODO"       from              [2017-03-02 Thu 15:54]
For tables, add a method that eliminates any duplicate rows. Perhaps just apply
Array#uniq to the columns?

* TODO Add from_yql for fetching from Yahoo
- State "TODO"       from              [2017-04-21 Fri 10:35]
Add a constructor to allow fetching stock data from yql.  Perhaps grab all
available fields, then allow a select of those of interest.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fat_table-0.2.6 TODO.org
fat_table-0.2.4 TODO.org
fat_table-0.2.3 TODO.org
fat_table-0.2.2 TODO.org