### most occurrence value ### df['column'].value_counts().idxmax() ### least occurrence value ### df['column'].value_counts().idxmin()