Skip to content
Advertisement

Combining WHEN and aggregation functions

I need to convert this pyspark SQL code sample:

JavaScript

Into a fully dataframe code without SQL expression. I tried:

JavaScript

TypeError: condition should be a Column

But obviously, it’s not working. What am I doing wrong? Any suggestion will be appreciated!

Advertisement

Answer

Use isNull to check, not is None:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement