wheresrhys / keen-query

Terse, cypher-esque querying for keen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Immutable tables

wheresrhys opened this issue · comments

Internally (if feasible) store data as flat structure;

Add a getData(flat|nested) method, which returns a copy of the data. (.data should alias getData(nested) for backwards compatibility

Convert following methods to immutable

convertTime
humanize
cellIterator
switchDimensions

change plot to _plot