Answers for "apply with sf"

0

apply with sf

# use st_drop_geometry

lapply(st_drop_geometry(df[,c(5:17)]), function(x) round(x,1))
Posted by: Guest on February-10-2021

Python Answers by Framework

Browse Popular Code Answers by Language