jorisvandenbossche commented on code in PR #33810: URL: https://github.com/apache/arrow/pull/33810#discussion_r1095737197
########## 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: I suppose that's because it's implemented in cython, and then that attribute is not writeable as it would be in python (just a guess, didn't actually verify) But anyway, the wrapper looks good! -- 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