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

[jira] [Updated] (SPARK-7178) Improve DataFrame documentation and code samples

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

Chris Fregly updated SPARK-7178:
--------------------------------
    Description: 
AND and OR are not straightforward when using the new DataFrame API.

the current convention - accepted by Pandas users - is to use the bitwise & and | instead of AND and OR.  when using these, however, you need to wrap each expression in parenthesis to prevent the bitwise operator from dominating.

also, it's a bit confusing when creating a 

  was:
AND and OR are not straightforward when using the new DataFrame API.

the current convention - accepted by Pandas users - is to use the bitwise & and | instead of AND and OR.  when using these, however, you need to wrap each expression in parenthesis to prevent the bitwise operator from dominating.


> Improve DataFrame documentation and code samples
> ------------------------------------------------
>
>                 Key: SPARK-7178
>                 URL: https://issues.apache.org/jira/browse/SPARK-7178
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.1
>            Reporter: Chris Fregly
>              Labels: dataframe
>
> AND and OR are not straightforward when using the new DataFrame API.
> the current convention - accepted by Pandas users - is to use the bitwise & and | instead of AND and OR.  when using these, however, you need to wrap each expression in parenthesis to prevent the bitwise operator from dominating.
> also, it's a bit confusing when creating a 



--
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