Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently it's all-or-nothing, and to do the subsetting in pandas incurs a data copy. This would enable columns (by name or index) to be selected out without additional data copying. We should add a columns= argument to the the from_pandas calls and do the subsetting when we dispatch the individual arrays for conversion to Arrow.
Attachments
Issue Links
- incorporates
-
ARROW-1388 [Python] Add Table.drop method for removing columns
- Resolved
- links to