You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2021/01/12 23:55:03 UTC

[jira] [Updated] (BEAM-11628) Implement GroupBy.apply

     [ https://issues.apache.org/jira/browse/BEAM-11628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette updated BEAM-11628:
---------------------------------
    Description: 
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.core.groupby.GroupBy.apply.html

We can partition by key and then apply func on each key. It should be possible to create a proxy by passing a proxy to the function.

  was:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.core.groupby.GroupBy.apply.html

We can partition by key and then apply func on each key.


> Implement GroupBy.apply
> -----------------------
>
>                 Key: BEAM-11628
>                 URL: https://issues.apache.org/jira/browse/BEAM-11628
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Brian Hulette
>            Priority: P2
>              Labels: dataframe-api
>
> https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.core.groupby.GroupBy.apply.html
> We can partition by key and then apply func on each key. It should be possible to create a proxy by passing a proxy to the function.



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