Is it possible to add a `crossjoin` functionality as [defined in DataFrames.jl](https://dataframes.juliadata.org/stable/lib/functions/#DataAPI.crossjoin)? > The output of `crossjoin` is the cartesian product of rows from all passed data frames.