Pandas Set Kolom Untuk Nilai Menggunakan Topeng

df['Event'] = np.where((df.Event == 'Painting'),'Art',df.Event)
df
Real Raccoon