Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to threshold filter geodataframe by column value

df1 = df[df['column1'].astype(float) >= 50]
 
PREVIOUS NEXT
Tagged: #threshold #filter #geodataframe #column
ADD COMMENT
Topic
Name
5+5 =