[
https://issues.apache.org/jira/browse/ARROW-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn updated ARROW-1388:
-------------------------------
Description:
See ARROW-1374 for a use case. This function should take as an input a list of
columns and return a new Table instance without them.
A well-defined interface for this implementation can be found in Pandas:
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.drop.html
was:See ARROW-1374 for a use case. This function should take as an input a
list of columns and return a new Table instance without them.
> [Python] Add Table.drop method for removing columns
> ---------------------------------------------------
>
> Key: ARROW-1388
> URL: https://issues.apache.org/jira/browse/ARROW-1388
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: beginner
> Fix For: 0.10.0
>
>
> See ARROW-1374 for a use case. This function should take as an input a list
> of columns and return a new Table instance without them.
> A well-defined interface for this implementation can be found in Pandas:
> https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.drop.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)