Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove a rows in which three column has nan

df.dropna(subset=['col1', 'col2', 'col3', 'col4', 'col5', 'col6'], how='all', inplace=True)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #rows #column #nan
ADD COMMENT
Topic
Name
7+1 =