You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Amey Chaugule (JIRA)" <ji...@apache.org> on 2015/06/02 21:56:51 UTC

[jira] [Commented] (SPARK-7991) Python DataFrame: support passing a list into describe

    [ https://issues.apache.org/jira/browse/SPARK-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569650#comment-14569650 ] 

Amey Chaugule commented on SPARK-7991:
--------------------------------------

[~rxin] : I'd like to work on this in case nobody else is.

> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org