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

Nettoie

parent e59d0a42
No related branches found
No related tags found
1 merge request!16Corrections data 2024
......@@ -223,9 +223,6 @@ def clean_data_values(data: DataFrame, year: int):
# critères DF
# column_dotation_forfaitaire = "Dotation forfaitaire - Dotation forfaitaire notifiée N"
# data[column_dotation_forfaitaire] = from_string_numeric_with_spaces_to_numeric(data[column_dotation_forfaitaire], TOUTE_DOTATION_MONTANT_DTYPE_STR)
column_recettes_reelles_fonctionnement = "Dotation forfaitaire - Recettes réelles de fonctionnement des communes N-2 pour N"
data[column_recettes_reelles_fonctionnement] = from_string_numeric_with_spaces_to_numeric(data[column_recettes_reelles_fonctionnement], RECETTES_REELLES_FONCTIONNEMENT_DTYPE_STR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment