I need to calculate and return the value "continuous" to those records in a polygon feature class with species records aggregated to a UTM grid considering the attributes are species name, grid code, record age (2 values, new and old) and, while some records in a distinct grid code are either new or old, but some distinct grid codes, have also new and old records. For those records where a distinct species and distinct grid code contain the values new and old, I would like to return the value "continuous" in a new column using "Field calculator" and a python script.
Could someone help me with such a python script?