Type:
Class

A CSV::Table is a two-dimensional data structure for representing CSV documents. Tables allow you to work with the data by row or column, manipulate the data, and even convert the results back to CSV, if needed.

All tables returned by CSV will be constructed from this class, if header row processing is activated.

<<

<<(row_or_array) Instance Public methods Adds a new row to the bottom

2015-04-01 20:04:54