cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

New to Spark

Anku_
New Contributor II

Hi all,

I am new to Spark, trying to write below code but getting an error.

Code:

df1 = df.filter(df.col1 > 60 and df.col2 != 'abc')
 
Any suggestion?
 
0 REPLIES 0