I'm trying to get the ID of occurrence counts below 20, any ideas?
ID
occurrence
df.groupby(['ID']).occurrence.count()
I tried adding a new column as the count but all values are NaN Thanks
NaN
1.4m articles
1.4m replys
5 comments
57.0k users