Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

select values for row matching condition

df.loc[df['Population(B)'] < 1] = 0
df
Source by kanoki.org #
 
PREVIOUS NEXT
Tagged: #select #values #row #matching #condition
ADD COMMENT
Topic
Name
8+3 =