Add example of df.join(df2, how='cross')
#18111
Labels
documentation
Improvements or additions to documentation
df.join(df2, how='cross')
#18111
Description
On the join docs page, it's not very clear that you don't need to specify the
on
key for a cross-join.Would be helpful to:
on
kwarg isn't required for cross joins.Link
https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.join.html#polars.DataFrame.join
The text was updated successfully, but these errors were encountered: