I'm trying to create a new column in a pandas dataframe that shows the total number of items seen in another column comprised of lists like the one in the hashtag and ment column below.
I tried the following but I'm getting an error message.
df['hashcount']=df['hashtag'].value_counts()