The "DateSuppression" field returned by the API in that case will trigger an exception (as the number of columns in the generated dataframe will change).
from pynsee.localdata import get_geo_list
df = get_geo_list("departements", "1990-01-01")
print(df.query('CODE=="01"'))
The "DateSuppression" field returned by the API in that case will trigger an exception (as the number of columns in the generated dataframe will change).