Posts by Rafael Mansini • 3 points
1 post
-
-2
votes1
answer136
viewsQ: Remove lines less frequently from pandas.dataframe
I own a dataframe with more than 13000 lines and would like to remove some based on the frequency with which they appear taking into account the column named variedade. df.variedade.value_counts()…