low, high = df["surface_covered_in_m2"].quantile([0.1, 0.9]) mask_area = df["surface_covered_in_m2"].between(low, high) #Task 2.3.1: Use glob to create a list that contains the filenames for all the ...