Append two datasets df_1 and df_2, and print the combined dataframe. code example Example: combining 2 dataframes pandas df_3 = pd.concat([df_1, df_2])