mt = mobile.PattLen.value_counts().sort_index()
df['column'].value_counts().sort_values()
df.value_counts(sort=False)
df.value_counts(ascending=True)