Immutable tables
wheresrhys opened this issue · 0 comments
wheresrhys commented
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