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