Count unique values single column pandas

后端 未结 0 512
别跟我提以往
别跟我提以往 2020-12-05 10:05

Hi I have the following dataframe and I want to count the number of times that each year repeats

df = pd.DataFrame({\'year\':[1958,1963,1958,1963],\'title\':[         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题