Currently you can specify years we haven't implemented for many tax and benefit programs. I think the simplest way to avoid this is to replace def formula with def formula_2021 or whatever the first year we have that's vetted. It's also possible to return NaNs.
Currently you can specify years we haven't implemented for many tax and benefit programs. I think the simplest way to avoid this is to replace
def formula
withdef formula_2021
or whatever the first year we have that's vetted. It's also possible to returnNaN
s.Thanks @martinholmer for the tip.