I have NaN values in my Data Frame.... when I run command "Data[Data['column_name'].isnull().any(axis=1)]" can't find any NaN value. Please help me out
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI have NaN values in my Data Frame.... when I run command "Data[Data['column_name'].isnull().any(axis=1)]" can't find any NaN value. Please help me out
Data['column_name'].isna().any()