I have a dataframe with zeros and missing values and I would like to create an indicator array that assigns a one if the value is zero and a zero otherwise. I would like missing values to be included in this otherwise statement, meaning they should be assigned a zero too as they are not zero. I am unsure how to achieve this.