Skip to content

Commit

Permalink
feat: added printout
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 20, 2024
1 parent 0aa0298 commit 7efe339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/algorithm/scripts/seed_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def seed_database(csv_file, api_url):
MAX_CLUSTERS = 100
cluster_group = []

print("Seeding the database...")

for _, row in df.iterrows():
# Convert the row to a dictionary
record_data = row.to_dict()
Expand Down

0 comments on commit 7efe339

Please sign in to comment.