标签: python pandas dataframe
我尝试过的事情:
33
62
59
df.column1.unique().value_counts()
>> 33 2 62 1 59 1
它提供了信息,但是如果我在该列中说了3000个唯一值,那么找到我正在寻找的值将非常繁琐。如果column1很大,我将如何查找,例如column1中33的数量?