cara threshold filter geodataframe berdasarkan nilai kolom

df1 = df[df['column1'].astype(float) >= 50]
Uninterested Unicorn