Skip to content

Commit

Permalink
fix: update datagouv stable url to download convention collective csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajar AIT EL KADI committed Oct 27, 2023
1 parent a3442c4 commit d5ef1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_preprocessing/convention_collective.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def preprocess_convcollective_data(data_dir):
cc_url = (
"https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b" "-22f3f5789dc7"
"https://www.data.gouv.fr/fr/datasets/r/" "a22e54f7-b937-4483-9a72-aad2ea1316f1"
)
r = requests.get(cc_url, allow_redirects=True)
with open(data_dir + "convcollective-download.csv", "wb") as f:
Expand Down

0 comments on commit d5ef1df

Please sign in to comment.