I want to perform a cross join on two dataframes to create all possible combinations of values

If you want to create all possible combinations of values by performing a cross join on two dataframes, you can do so by creating dummy columns.

Please refer to the detailed notes below.