Chubb sandbox backup. Still working on Supplier grouping script. Completed the Buildertrend templates work.

This commit is contained in:
Norm Rasmussen
2025-03-12 16:42:52 -04:00
parent 388e111e9b
commit 4addc47565
119 changed files with 4389 additions and 62 deletions

View File

@ -14,6 +14,7 @@ def parse_csv():
for key,item in groups:
print(groups.get_group(key), "\n\n")
print(f"Total Number of courses: {df['course_name'].nunique()}")
print(f"Number of Unique Groups: {unique_groups}")
if __name__ == "__main__":