Help with Adding all Dates for all Products

I took all dates as a separate data df1 and remaining columns as another data with unique rows df2. Applied crossing() on these 2 datasets and have now the required set of data. Still large, but works for now.

df <- crossing(df1, df2)

Thanks @nirgrahamuk and thanks @FJCC for guiding me on this throughout. Really appreciate it!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.