[ 
https://issues.apache.org/jira/browse/BEAM-7390?focusedWorklogId=463176&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463176
 ]

ASF GitHub Bot logged work on BEAM-7390:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Jul/20 00:30
            Start Date: 25/Jul/20 00:30
    Worklog Time Spent: 10m 
      Work Description: rosetn commented on a change in pull request #12370:
URL: https://github.com/apache/beam/pull/12370#discussion_r460339885



##########
File path: 
website/www/site/content/en/documentation/transforms/python/aggregation/groupbykey.md
##########
@@ -16,25 +16,40 @@ limitations under the License.
 -->
 
 # GroupByKey
-<table align="left">
-    <a target="_blank" class="button"
-        
href="https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.core.html#apache_beam.transforms.core.GroupByKey";>
-      <img src="https://beam.apache.org/images/logos/sdks/python.png"; 
width="20px" height="20px"
-           alt="Pydoc" />
-     Pydoc
-    </a>
-</table>
-<br><br>
 
+{{< localstorage language language-py >}}
+
+{{< button-pydoc path="apache_beam.transforms.core" class="GroupByKey" >}}
 
 Takes a keyed collection of elements and produces a collection
 where each element consists of a key and all values associated with that key.
 
 See more information in the [Beam Programming 
Guide](/documentation/programming-guide/#groupbykey).
 
 ## Examples
-See [BEAM-7390](https://issues.apache.org/jira/browse/BEAM-7390) for updates. 
 
-## Related transforms 
+In the following example, we create a pipeline with a `PCollection` of produce 
keyed by season.
+
+We use `GroupByKey` group all the produce for each season.

Review comment:
       Missing a "to"
   
   We use `GroupByKey` *to* group all the produce for each season.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 463176)
    Time Spent: 22h 10m  (was: 22h)

> Colab examples for aggregation transforms (Python)
> --------------------------------------------------
>
>                 Key: BEAM-7390
>                 URL: https://issues.apache.org/jira/browse/BEAM-7390
>             Project: Beam
>          Issue Type: Improvement
>          Components: website
>            Reporter: Rose Nguyen
>            Priority: P3
>          Time Spent: 22h 10m
>  Remaining Estimate: 0h
>
> Merge aggregation Colabs into the transform catalog



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to