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


##########
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:
   Great catch!! Will fix this.



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