jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.56k stars 645 forks source link

Cross Join #1189

Open rishabswalia opened 1 year ago

rishabswalia commented 1 year ago

How to perform cross join two tables i.e. how to get cartesian product of two tables?

lwhite1 commented 1 year ago

I don't think there is any support built-in for a cross-join. You might get some insight by looking at the join code, which uses a cross product, but the code is quite complex

On Wed, Mar 1, 2023 at 5:04 PM Rishab Singh Walia @.***> wrote:

How to perform cross join two tables i.e. how to get cartesian product of two tables?

— Reply to this email directly, view it on GitHub https://github.com/jtablesaw/tablesaw/issues/1189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2FPAS3CX7CHTWKBWMH3X3WZ7BVPANCNFSM6AAAAAAVMTMPT4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>