The type returned by Table:columns should be Series
The type returned by Table:columns should be Series of type string instead of Tuple. This will allow the processing of the column names by subscripting, slicing etc. that are not available for Tuple type.