damccorm opened a new issue, #20762:
URL: https://github.com/apache/beam/issues/20762

   pandas allows you to aggregate on the same column that you are grouping on. 
Attempting this in the Beam implementation results in an error.
   
   df.groupby('group')[['group', 'foo']].count()
   
   Imported from Jira 
[BEAM-11710](https://issues.apache.org/jira/browse/BEAM-11710). Original Jira 
may contain additional context.
   Reported by: bhulette.


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