JacekPliszka opened a new pull request, #14482: URL: https://github.com/apache/arrow/pull/14482
I have realized that pandas drop_duplicates functionality can be easily emulated with group_by(...).aggregate([]) and is much faster than to_pandas().drop_duplicates() Please consider this addition to documentation. -- 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]
