You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/04/23 12:49:00 UTC

[jira] [Resolved] (ARROW-1388) [Python] Add Table.drop method for removing columns

     [ https://issues.apache.org/jira/browse/ARROW-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-1388.
-----------------------------------
    Resolution: Fixed

> [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)