diff --git a/src/pages/statistiques.py b/src/pages/statistiques.py index 726b118..fd6507b 100644 --- a/src/pages/statistiques.py +++ b/src/pages/statistiques.py @@ -22,6 +22,8 @@ lf = ( .group_by("Département") .len("uid") ) +# Suppression des infos pour les DOM/TOM pour l'instant +lf = lf.remove(pl.col("Département").is_in(["97", "98"])) with open("./data/departements-1000m.geojson") as f: departements = json.load(f)