Commits


Joris Van den Bossche authored and Wes McKinney committed 1413963bf15
ARROW-8314: [Python] Add a Table.select method to select a subset of columns This is a pure python implementation. It might be we want that on the C++ side (unless it already exists?), but having it available in Python is already useful IMO. Closes #7272 from jorisvandenbossche/ARROW-8314-table-select Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>