[
https://issues.apache.org/jira/browse/SPARK-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573678#comment-14573678
]
Apache Spark commented on SPARK-7991:
-------------------------------------
User 'ameyc' has created a pull request for this issue:
https://github.com/apache/spark/pull/6655
> 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
> 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]