Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

delete rows with certain condition on column pandas

df = df.drop(df["column_1"]==10, inplace=True)
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #delete #rows #condition #column #pandas
ADD COMMENT
Topic
Name
8+6 =