You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/02/01 12:01:39 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #33810: GH-33377: [Python] Table.drop should support passing a single column

jorisvandenbossche commented on code in PR #33810:
URL: https://github.com/apache/arrow/pull/33810#discussion_r1093128049


##########
python/pyarrow/table.pxi:
##########
@@ -4708,6 +4711,11 @@ cdef class Table(_PandasConvertible):
 
         return table
 
+    drop = drop_columns
+    """
+    Alias of Table.drop_columns, kept for backwards compatibility.
+    """

Review Comment:
   Is this docstring for sphinx? (interactively checking the docstring in a terminal/notebook, that still gives the `drop_columns` one)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org