updated script to follow folder structure

This commit is contained in:
CameronCSS 2025-12-09 16:11:11 -07:00
parent 9e1dabbc66
commit 5e911b4690

View file

@ -36,7 +36,7 @@ for i in range(1, 11): # 10 Branches
df = pd.DataFrame(branches)
# ---- Save locally (optional) ----
local_file = "branches.csv"
local_file = "../Data/branches.csv"
df.to_csv(local_file, index=False)
print("Generated 10 branches locally.")