(That one was already fixed last week, and so should be updated when
the site updates for 1.3.1.)

On Fri, Apr 3, 2015 at 4:59 AM, Michael Armbrust <mich...@databricks.com> wrote:
> Looks like a typo, try:
>
> df.select(df("name"), df("age") + 1)
>
> Or
>
> df.select("name", "age")
>
> PRs to fix docs are always appreciated :)

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to