Created 08-10-2018 09:46 AM
Created 08-10-2018 12:45 PM
maybe you can provide more details on your actual question?
To identify the null (actually missing) value in dataframe: isNull()
To replace missing values with zero: fillna(0), you can of course set any other value as well