Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

drop row with condition dataframe

a_dataframe.drop(a_dataframe[a_dataframe.B > 3].index, inplace=True)
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #drop #row #condition #dataframe
ADD COMMENT
Topic
Name
7+8 =