Skip to content

Commit

Permalink
Update data source in analyser_merge_police_FR_gn
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 25, 2024
1 parent 3a0344c commit fb846ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_merge_police_FR_gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, config, logger = None):
SourceDataGouv(
attribution="data.gouv.fr:Ministère de l'Intérieur",
dataset="5369993fa3a729239d2051cd",
resource="d6a43ef2-d302-4456-90e9-ff2c47cac562"),
resource="17320fe6-a896-4686-93e6-502be2ad23f2"),
separator = ";"),
Load_XY("geocodage_x_GPS", "geocodage_y_GPS",
where = lambda row: "Centre d'information et de recrutement" not in row["service"] and "motorisé" not in row["service"] ),
Expand Down

0 comments on commit fb846ab

Please sign in to comment.