Analisis Distribusi Panda

#First we import scipy function to determine the mode
from scipy.stats import mode
mode(data['Gender'])
Different Dormouse