Skip to content

Commit a9a0b96

Browse files
authored
Update make_dataset.py
1 parent 74ad267 commit a9a0b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/make_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main(input_filepath, output_filepath):
2424
input_filepath_users = f"{input_filepath}/usagers-2021.csv"
2525
input_filepath_caract = f"{input_filepath}/caracteristiques-2021.csv"
2626
input_filepath_places = f"{input_filepath}/lieux-2021.csv"
27-
input_filepath_veh = f"{input_filepath}`vehicules-2021.csv"
27+
input_filepath_veh = f"{input_filepath}/vehicules-2021.csv"
2828
output_filepath = click.prompt('Enter the file path for the output preprocessed data (e.g., output/preprocessed_data.csv)', type=click.Path())
2929

3030
# Call the main data processing function with the provided file paths

0 commit comments

Comments
 (0)