Skip to content
Snippets Groups Projects
Commit fdd3e09f authored by Gilares Paul's avatar Gilares Paul
Browse files

Edit 4-verif_gps.py

parent 87e403c8
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ dates = ["20" + str(i).zfill(2) for i in range(18, 25)]
processed_dates = []
for date in dates:
print(f"Processing data for {date}")
print(f"Correction gps pour {date}")
input_path = f"data/processed/Filtre{date}.csv"
output_path = "data/processed/Filtre{date}_gps_corrected.csv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment