Skip to content

Commit

Permalink
Use correct output location
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbacon committed Nov 6, 2023
1 parent 9e437a6 commit 5fdcc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Define file paths
zip_file_path = 'data.zip'
extracted_folder_path = 'extracted/'
output_csv_path = 'pcn_system_supplier_counts_with_icb.csv'
output_map_path = 'pcn_map.png'
output_csv_path = 'output/pcn_system_supplier_counts_with_icb.csv'
output_map_path = 'output/pcn_map.png'

# Unzip the provided files, including nested zip files
with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
Expand Down

0 comments on commit 5fdcc0b

Please sign in to comment.