Skip to content

Commit

Permalink
Update save_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Jul 24, 2024
1 parent 14fcaf3 commit afe1668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/save_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_excel(excel_file, sheet):
source = excel_file,
sheet_name = sheet,
schema_overrides = {"Nombre d'offres": pl.String},
read_csv_options = {
read_options = {
"skip_rows": 6,
"has_header": True
}
Expand Down

0 comments on commit afe1668

Please sign in to comment.