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

Ajoute low_memory en option du read_csv

parent 200091a9
No related branches found
No related tags found
1 merge request!16Corrections data 2024
......@@ -57,7 +57,8 @@ def load_dgcl_csv(csv_path: str) -> DataFrame:
dgcl_data = read_csv(
csv_path,
decimal=DECIMAL_SEPARATOR_2024,
dtype={CODE_INSEE_2024: CODE_INSEE_DTYPE_2024}
dtype={CODE_INSEE_2024: CODE_INSEE_DTYPE_2024},
low_memory=False
)
except FileNotFoundError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment