I am working on Jupyter, I have a large dataset which contains missing values. I have replaced the question mark to NaN
, but when I am counting the missing values in the dataset, the command is not executing as it returns 0 value..
I have tried this command, but not succeed:
print(com.isnull().sum())
Replaced question mark by NaN:
Returning 0 value: