panda berubah menjadi jumlah menjadi probabilitas
df['prob_x'] = df['x'] / df['x'].sum()
Cloudy Civet
df['prob_x'] = df['x'] / df['x'].sum()