Things that should work: ```python [df; df] [df;; df] df |> fmap$(.+1) multi_enumerate(df) all_equal(df) cartesian_product(df["row1"], df["row2"]) ```
Things that should work: