[
https://issues.apache.org/jira/browse/SPARK-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-7991:
-----------------------------------
Assignee: Apache Spark
> Python DataFrame: support passing a list into describe
> ------------------------------------------------------
>
> Key: SPARK-7991
> URL: https://issues.apache.org/jira/browse/SPARK-7991
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Apache Spark
> Labels: starter
>
> DataFrame.describe in Python takes a vararg, i.e. it can be invoked this way:
> {code}
> df.describe('col1', 'col2', 'col3')
> {code}
> Most of our DataFrame functions accept a list in addition to varargs.
> describe should do the same, i.e. it should also accept a Python list:
> {code}
> df.describe(['col1', 'col2', 'col3'])
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]