Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-11710

groupby cannot aggregate grouped column

Details

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bhulette Brian Hulette
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: