// playground
# Try ForgeScript — pipe-first dataframes load "iris" as df df |> filter(species == "virginica") |> sort(:petal_length, desc = true) |> head(5)