Hi, In pyspark how to filter if a column of dataframe is not empty?
I tried: dfNotEmpty = df.filter(df['msg']!='') It did not work. Thanks, Patcharee --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
