Analyzing_Exit_Surveys.ipynb (41.2 KB)
Hi Team,
This was posted in another question but was not solved because they never posted their notebook. The values are created properly in the ‘disattisfied’ column, because using isnull() returns the appropriate amount of NaN values. However, when using value_counts(dropna=False), it displays the NaN values as True. Please see attached notebook. Any idea why this is happening?
Click here to view the jupyter notebook file in a new tab