Commits


Gatis Seja authored and Antoine Pitrou committed a5ae1344b65
ARROW-1731: [Python] Add columns selector in Table.from_array Fixes both ARROW-1731 and ARROW-1388 Author: Gatis Seja <gatis_seja@hotmail.com> Author: Samuel <samuelsinayoko@bmlltech.com> Closes #1924 from samuelsinayoko/ARROW-1731-ahl-hackathon and squashes the following commits: 90bf22c <Gatis Seja> flake8-ed pyarrow/table.pxi 4a989eb <Gatis Seja> comment fix, improve test 7651bdb <Gatis Seja> Add tests Table.drop. KeyError if col not found b3eb0b0 <Samuel> Fix bug in Table.drop implementation d81e34a <Samuel> Add initial implementation of Table.drop 6da40fc <Gatis Seja> Add tests for Table.drop (cols) de20a0a <Gatis Seja> Add columns to Table.from_pandas() f363f72 <Gatis Seja> Add columns to from_pandas, needs dev 71d968d <Samuel> Add `columns` parameter to Table.from_pandas