updated script to follow folder structure
This commit is contained in:
parent
9e1dabbc66
commit
5e911b4690
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ for i in range(1, 11): # 10 Branches
|
||||||
df = pd.DataFrame(branches)
|
df = pd.DataFrame(branches)
|
||||||
|
|
||||||
# ---- Save locally (optional) ----
|
# ---- Save locally (optional) ----
|
||||||
local_file = "branches.csv"
|
local_file = "../Data/branches.csv"
|
||||||
df.to_csv(local_file, index=False)
|
df.to_csv(local_file, index=False)
|
||||||
print("Generated 10 branches locally.")
|
print("Generated 10 branches locally.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue