You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
universalmind303
added
p0
Priority 0 - to be addressed immediately
p1
Important to tackle soon, but preemptable by p0
and removed
p0
Priority 0 - to be addressed immediately
labels
Oct 4, 2024
Is your feature request related to a problem? Please describe.
I want to perform cross joins using daft
Describe the solution you'd like
df1.join(df2, how='cross')
Describe alternatives you've considered
df1.join(df2, on=lit(1))
The text was updated successfully, but these errors were encountered: