Skip to content

Commit

Permalink
Update Padding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent 45fede8 commit 2140641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper_scripts/Padding.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def process_folder(input_folder, output_folder):
processed_data = process_csv(file_path)
processed_data.to_csv(os.path.join(output_folder, filename), index=False)

input_folder = '../data/contact'
output_folder = '../data/contact'
input_folder = './data/contact'
output_folder = './data/contact'

process_folder(input_folder, output_folder)

0 comments on commit 2140641

Please sign in to comment.