2018-06-05
Added
Added row function: return a row of the table given the index
Added select function: given a mask boolean array with a number of element equal to the number of table rows, return a copy of the original table keeping only the rows corresponding to True value in the mask array.
Added rows property