pandas count one column as list code example Example: pandas count values by column df = pd.DataFrame({'a':list('abssbab')}) df.groupby('a').count()