DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
df drop based on condition
df
=
df
.
drop
(
df
[
(
df
.
score
<
50
)
&
(
df
.
score
>
20
)
]
.
index
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#df
#drop
#based
#condition
ADD COMMENT
Topic
COMMENT
Name
6+4 =
Submit