Count zeros in SAS

前端 未结 0 604
故里飘歌
故里飘歌 2020-11-27 22:40

I simply want to count the number of zeros in a SAS dateset, one line of code in python

df[\'value\'].isin([0]).sum()

What is the SAS equival

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