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

Reynold Xin resolved SPARK-7991.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.1
         Assignee: Amey Chaugule

> 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: Amey Chaugule
>              Labels: starter
>             Fix For: 1.4.1
>
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to