public BaseColumn Column(int index) => _table.Column(index);
public BaseDataFrameColumn Column(int index) => _table.Column(index);