DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
5+2 =
Submit