Cara menemukan nilai yang paling sering terjadi di kolom di pandas dataaframe
df['item']. value_counts(). idxmax()
Attractive Anteater
df['item']. value_counts(). idxmax()
df.column.mode() ### mode is the most frequent value in the data