Cara Menggabungkan Dataset Kereta dan Menguji di Python

## First way to join two or more dataset

df=df_train.append(df_test)
df.head()
DON-PECH