Python membagi satu kolom dengan yang lain
df['Result'] = df['Column A']/df['Column B']
Victorious Vole
df['Result'] = df['Column A']/df['Column B']