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

Patrick Wendell updated SPARK-6957:
-----------------------------------
    Summary: Add Pandas style group by operator  (was: groupby)

> Add Pandas style group by operator
> ----------------------------------
>
>                 Key: SPARK-6957
>                 URL: https://issues.apache.org/jira/browse/SPARK-6957
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Davies Liu
>             Fix For: 1.4.0
>
>
> Alias groupby = groupBy.
> Should also make sure we support:
> {code}
> groupby('col')
> groupby(['colA', 'colB'])
> groupby([df.colA, df.colB])
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to