To combine two datasets, like the ones in dataset_1 and dataset_2, we use the lists' names and the + operator.
dataset_1
dataset_2
+
Make sure to pick dataset_1, followed by +, and finally dataset_2.