The "in=" dataset option creates a temporary boolean variable (will not be included in the output) that is set to 1 when a record from this dataset is present.
Since we merge by region and date, duplicate dates are no problem, as long as no duplicate combinations region-date are present.
... View more