1 year ago
#344709
minal waman
AttributeError: 'numpy.int64' object has no attribute 'isnull'
I am trying to do EDA and running below code data = data[~data.age.isnull()].copy()
Getting error as "AttributeError: 'numpy.int64' object has no attribute 'isnull'" Please help me if anybody knows. Thanks
I tried to convert the values but still did not get a perfect solution. What I am missing?
python
jupyter-notebook
array-broadcasting
numpy-ufunc
0 Answers
Your Answer