Skip to content

Commit

Permalink
Update Add_header.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent 890f505 commit 403d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_scripts/Add_header.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd
import os

folder_path = '../data/out'
folder_path = './data/out'

csv_files = [f for f in os.listdir(folder_path) if f.endswith('.csv')]

Expand Down

0 comments on commit 403d872

Please sign in to comment.