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

[jira] [Assigned] (SPARK-7319) Improve the output from DataFrame.show()

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

Apache Spark reassigned SPARK-7319:
-----------------------------------

    Assignee: Apache Spark

> Improve the output from DataFrame.show()
> ----------------------------------------
>
>                 Key: SPARK-7319
>                 URL: https://issues.apache.org/jira/browse/SPARK-7319
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Apache Spark
>              Labels: starter
>
> DataFrame.show()'s current output is not as nice as some of the command line SQL tools. We should improve it. 
> This is a good example:
> {code}
> +----+----+---------+
> |year|code|govt_debt|
> +----+----+---------+
> |2009|RU  |     8.70|
> |2010|RU  |     9.10|
> |2011|RU  |     9.30|
> |2012|RU  |     9.40|
> |2009|CA  |    51.30|
> +----+----+---------+
> {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