Skip to content
Snippets Groups Projects
Commit d9ee88e4 authored by clallemand's avatar clallemand
Browse files

fix typo

parent 7f4be65e
No related branches found
No related tags found
1 merge request!16Corrections data 2024
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
......@@ -398,7 +398,7 @@ def clean_data_values(data: DataFrame, year: int):
# n.c detected
column_zone_de_montagne = "Dotation de solidarité rurale - Fraction péréquation - Commune située en zone de montagne"
data[column_zone_de_montagne] = data[column_part_pfi].replace(DGCL_VALUE__NON_COMMUNIQUE, OUTPUT_VALUE__NEUTRAL_NUMERICAL_AS_STR)
data[column_zone_de_montagne] = data[column_zone_de_montagne].replace(DGCL_VALUE__NON_COMMUNIQUE, OUTPUT_VALUE__NEUTRAL_NUMERICAL_AS_STR)
# critères DSU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment