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-unsubscr...@arrow.apache.org

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

Reply via email to