danepitkin commented on PR #33810: URL: https://github.com/apache/arrow/pull/33810#issuecomment-1401286580
I decided to name it `Table.drop_columns` instead of `Table.drop_column` to better communicate the possible actions. Also, instead of a wrapper with a warning, what if we alias it directly with `drop = drop_columns`? I'm not sure if we can still add the warning anymore, but maybe we don't need to officially deprecate the API if there is no timeline for removal. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
