Aokizy2 commented on issue #48349:
URL: https://github.com/apache/arrow/issues/48349#issuecomment-3617298555

   Thank you for the technical solution! This is indeed a clever workaround.
   
   However, for pandas production use, I'm concerned about:
   1. **Performance**: Group-by operations may not be efficient enough for 
large datasets
   2. **Simplicity**: `.list[-1]` should be a simple operation from the user's 
perspective  
   3. **Maintainability**: Complex implementations increase long-term 
maintenance costs
   
   I think it would be better to have native support for array indices in 
pyarrow, which would provide better performance and cleaner implementation. 
@dangotbanned 


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

Reply via email to