Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dropna threshold

#dropping columns having more than 50% missing values(1994/2==1000)
df=df.dropna(thresh=1000,axis=1)
 
PREVIOUS NEXT
Tagged: #dropna #threshold
ADD COMMENT
Topic
Name
7+8 =