I am a very beginner of python and pandas. My dataset has ? , which is not NaN or null. I want to count how many ? are on certain columns.
I tried to use count value_counts() or other count functions but it did not work. I want to count how many ? there are in workclass column. Thanks
I would like to know the way without using scikitlearn or other ML library.